Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1229)

Unified Diff: tests/language/default_implementation2_test.dart

Issue 2765693002: Update all tests (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/language/default_implementation2_test.dart
diff --git a/tests/language/default_implementation2_test.dart b/tests/language/default_implementation2_test.dart
index 1b7a3e137325e44d238d887d144d7c05826eb66a..2336935dcdcd76c707c2582893a7e8d19181ed50 100644
--- a/tests/language/default_implementation2_test.dart
+++ b/tests/language/default_implementation2_test.dart
@@ -8,7 +8,7 @@ abstract class Point {
}
class PointImplementation implements Point {
- PointImplementation(int x, int y) {} /// static type warning
+ PointImplementation(int x, int y) {} //# static type warning
}
main() {

Powered by Google App Engine
This is Rietveld 408576698