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

Unified Diff: test/kernel/regression/constant_get_and_invoke.dart.txt

Issue 2085613002: Constant get and invoke are never called. (Closed) Base URL: git@github.com:dart-lang/rasta.git@enum
Patch Set: Created 4 years, 6 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 | « test/kernel/regression/constant_get_and_invoke.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/constant_get_and_invoke.dart.txt
diff --git a/test/kernel/regression/bad_unicode.dart.txt b/test/kernel/regression/constant_get_and_invoke.dart.txt
similarity index 51%
copy from test/kernel/regression/bad_unicode.dart.txt
copy to test/kernel/regression/constant_get_and_invoke.dart.txt
index 06f22f01f3b15f7a9b3bfb8cb9d5343de1f9de7f..eb9688ca261517a8b51d66dc64592b4ebbe4b472 100644
--- a/test/kernel/regression/bad_unicode.dart.txt
+++ b/test/kernel/regression/constant_get_and_invoke.dart.txt
@@ -1,7 +1,8 @@
library;
import self as self;
-import "dart:core" as core;
+static const field dynamic c = 1;
static method main() → dynamic {
- core::print(invalid-expression);
+ self::c;
+ self::c.call();
}
« no previous file with comments | « test/kernel/regression/constant_get_and_invoke.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698