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

Unified Diff: tests/language/abstract_beats_arguments2_test.dart

Issue 2772403005: Update test to make benefit analyzer. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/abstract_beats_arguments2_test.dart
diff --git a/tests/language/abstract_beats_arguments2_test.dart b/tests/language/abstract_beats_arguments2_test.dart
index 0bc63c57f446859adf34e795cf73b4db7910f5bf..1731b283c0fcfa1aec879d1322d5eedc0240bd0c 100644
--- a/tests/language/abstract_beats_arguments2_test.dart
+++ b/tests/language/abstract_beats_arguments2_test.dart
@@ -4,7 +4,8 @@
import "package:expect/expect.dart";
-abstract class Abstract {
+abstract //# 01: static type warning
+ class Abstract {
Abstract(_);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698