| 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 A extends core::Object { | 5 class A extends core::Object { |
| 6 static const field dynamic a3 = null; | 6 static const field dynamic a3 = null; |
| 7 constructor •() → void | 7 default constructor •() → void |
| 8 : super core::Object::•() | 8 : super core::Object::•() |
| 9 ; | 9 ; |
| 10 } | 10 } |
| 11 static const field core::int a1 = 3; | 11 static const field core::int a1 = 3; |
| 12 static const field core::int a2 = 4; | 12 static const field core::int a2 = 4; |
| 13 static method main() → dynamic {} | 13 static method main() → dynamic {} |
| OLD | NEW |