| OLD | NEW |
| 1 library d; | 1 library d; |
| 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 foo() { | 7 void foo() { |
| 8 var x = f3(((__x0) => DEVC$RT.cast(__x0, dynamic, DDC$a$.A, "DynamicCast", | 8 var x = f3(((__x0) => DEVC$RT.cast(__x0, dynamic, DDC$a$.A, "DynamicCast", |
| 9 """line 10, column 14 of test/dart_codegen/types/d.dart: """, | 9 """line 10, column 14 of test/dart_codegen/types/d.dart: """, |
| 10 __x0 is DDC$a$.A, true))(f4("""hello"""))); | 10 __x0 is DDC$a$.A, true))(f4("""hello"""))); |
| 11 var y = f1(DEVC$RT.cast(f4, __t1, DDC$a$.A2A, "CompositeCast", | 11 var y = f1(DEVC$RT.cast(f4, __CastType1, DDC$a$.A2A, "CompositeCast", |
| 12 """line 11, column 14 of test/dart_codegen/types/d.dart: """, | 12 """line 11, column 14 of test/dart_codegen/types/d.dart: """, |
| 13 f4 is DDC$a$.A2A, false)); | 13 f4 is DDC$a$.A2A, false)); |
| 14 var z = f2(f3); | 14 var z = f2(f3); |
| 15 } | 15 } |
| 16 typedef dynamic __t1(dynamic __u2); | 16 typedef dynamic __CastType1(dynamic __u2); |
| OLD | NEW |