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

Unified Diff: test/baseline_spec_mode_test.dart

Issue 2465893002: Add strong mode type checking pass. (Closed)
Patch Set: Merge with master and remove visitBlockExpression Created 4 years, 1 month 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 | « lib/type_environment.dart ('k') | test/baseline_strong_mode_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/baseline_spec_mode_test.dart
diff --git a/test/baseline_spec_mode_test.dart b/test/baseline_spec_mode_test.dart
index 907ac0b84916987820398525eacb62d92f6d5318..f365d78e484c244153ed536ce17bc8bce9710366 100644
--- a/test/baseline_spec_mode_test.dart
+++ b/test/baseline_spec_mode_test.dart
@@ -17,8 +17,9 @@ class SpecModeTest extends TestTarget {
bool get strongMode => false;
@override
- void transformProgram(Program program) {
+ List<String> transformProgram(Program program) {
new MixinFullResolution().transform(program);
+ return const <String>[];
}
}
« no previous file with comments | « lib/type_environment.dart ('k') | test/baseline_strong_mode_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698