| OLD | NEW |
| 1 library; | 1 library; |
| 2 import self as self; | 2 import self as self; |
| 3 import "dart:core" as core; | 3 import "dart:core" as core; |
| 4 | 4 |
| 5 class C extends core::Object { | 5 class C extends core::Object { |
| 6 static field dynamic _redirecting# = <dynamic>[self::C::good]; |
| 6 const constructor constant() → void | 7 const constructor constant() → void |
| 7 ; | 8 ; |
| 8 constructor missingFactoryKeyword() → void | 9 constructor missingFactoryKeyword() → void |
| 9 ; | 10 ; |
| 10 static factory good() → self::C | 11 static factory good() → self::C |
| 11 ; | 12 let final dynamic #t1 = self::C::constant in invalid-expression; |
| 12 method notEvenAConstructor(dynamic a) → self::C | 13 method notEvenAConstructor(dynamic a) → self::C |
| 13 ; | 14 ; |
| 14 } | 15 } |
| 15 static method b() → dynamic | 16 static method b(dynamic c) → invalid-type |
| 16 ; | 17 ; |
| 17 static method main() → dynamic | 18 static method main() → dynamic |
| 18 ; | 19 ; |
| OLD | NEW |