OLD | NEW |
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); |
OLD | NEW |