Chromium Code Reviews

Unified Diff: tests/compiler/dart2js/dump_info_test.dart

Issue 2876813002: Implement generalized function types. (Closed)
Patch Set: Fixes for analyzer and dart2js. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: tests/compiler/dart2js/dump_info_test.dart
diff --git a/tests/compiler/dart2js/dump_info_test.dart b/tests/compiler/dart2js/dump_info_test.dart
index e21cfec637cdbcaaa0a9ffcd9ff53c646c3ca208..e7177edbd72f4287968bf053510d97a18c6f580e 100644
--- a/tests/compiler/dart2js/dump_info_test.dart
+++ b/tests/compiler/dart2js/dump_info_test.dart
@@ -26,7 +26,7 @@ class c {
print(p);
}
var k = (() => 10)();
- final static p = 20;
+ static final p = 20;
}
void f() {

Powered by Google App Engine