| Index: tests/language/src/DefaultImplementation2Test.dart
|
| diff --git a/tests/language/src/DefaultImplementation2Test.dart b/tests/language/src/DefaultImplementation2Test.dart
|
| index e979d90de06e480cc2a09ace2acf9da2fc82fdc0..06b344131cc9281ec20a2a03d4497a9703c9336c 100644
|
| --- a/tests/language/src/DefaultImplementation2Test.dart
|
| +++ b/tests/language/src/DefaultImplementation2Test.dart
|
| @@ -8,7 +8,7 @@ interface Point default PointImplementation {
|
| }
|
|
|
| class PointImplementation implements Point {
|
| - PointImplementation(int x, int y) {} /// static type error
|
| + PointImplementation(int x, int y) {} /// static type warning
|
| }
|
|
|
| main() {
|
|
|