| 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 static field dynamic _redirecting# = <dynamic>[self::C::good]; |
| 7 const constructor constant() → void | 7 const constructor constant() → void |
| 8 ; | 8 ; |
| 9 constructor missingFactoryKeyword() → void | 9 constructor missingFactoryKeyword() → void |
| 10 ; | 10 ; |
| 11 static factory good() → self::C | 11 static factory good() → self::C |
| 12 let dynamic #redirecting_factory = self::C::constant in invalid-expression; | 12 let self::C #redirecting_factory = self::C::constant in invalid-expression; |
| 13 method notEvenAConstructor(dynamic a) → self::C | 13 method notEvenAConstructor(dynamic a) → self::C |
| 14 ; | 14 ; |
| 15 } | 15 } |
| 16 static method b(dynamic c) → invalid-type | 16 static method b(dynamic c) → invalid-type |
| 17 ; | 17 ; |
| 18 static method main() → dynamic | 18 static method main() → dynamic |
| 19 ; | 19 ; |
| OLD | NEW |