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

Unified Diff: tests/language/vm/regress_licm_test.dart

Issue 2714783003: Add missing abstract modifier. (Closed)
Patch Set: Created 3 years, 10 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/vm/regress_licm_test.dart
diff --git a/tests/language/vm/regress_licm_test.dart b/tests/language/vm/regress_licm_test.dart
index 6d46b8678d0a66610ec75bfda5bdebda48605498..2360caf4e54a8e39263bb58b5632f9849cb29ce3 100644
--- a/tests/language/vm/regress_licm_test.dart
+++ b/tests/language/vm/regress_licm_test.dart
@@ -13,7 +13,7 @@ class Attribute {
final id = 123;
}
-class Name {
+abstract class Name {
Name(this.name);
final String name;
get attr;
« 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