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

Side by Side Diff: test/dart_codegen/expect/c/c.dart

Issue 1096583002: Reifier hookup (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
Patch Set: Address comments Created 5 years, 8 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 unified diff | Download patch
OLDNEW
1 library c; 1 library c;
2 2
3 import 'a/a.dart' as DDC$a$; 3 import 'a/a.dart' as DDC$a$;
4 import 'package:dev_compiler/runtime/dart_logging_runtime.dart' as DEVC$RT; 4 import 'package:dev_compiler/runtime/dart_logging_runtime.dart' as DEVC$RT;
5 import 'b.dart'; 5 import 'b.dart';
6 6
7 void bar() { 7 void bar() {
8 f3(((__x0) => DEVC$RT.cast(__x0, dynamic, DDC$a$.A, "DynamicCast", 8 f3(((__x0) => DEVC$RT.cast(__x0, dynamic, DDC$a$.A, "DynamicCast",
9 """line 10, column 6 of test/dart_codegen/types/c.dart: """, 9 """line 10, column 6 of test/dart_codegen/types/c.dart: """,
10 __x0 is DDC$a$.A, true))(f4(3))); 10 __x0 is DDC$a$.A, true))(f4(3)));
11 f1(DEVC$RT.cast(f4, __t1, DDC$a$.A2A, "CompositeCast", 11 f1(DEVC$RT.cast(f4, __CastType1, DDC$a$.A2A, "CompositeCast",
12 """line 11, column 6 of test/dart_codegen/types/c.dart: """, 12 """line 11, column 6 of test/dart_codegen/types/c.dart: """,
13 f4 is DDC$a$.A2A, false)); 13 f4 is DDC$a$.A2A, false));
14 f2(f3); 14 f2(f3);
15 } 15 }
16 typedef dynamic __t1(dynamic __u2); 16 typedef dynamic __CastType1(dynamic __u2);
OLDNEW
« no previous file with comments | « test/dart_codegen/expect/async/zone.dart ('k') | test/dart_codegen/expect/collection/splay_tree.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698