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 Foo extends core::Object { | 5 class Foo extends core::Object { |
6 constructor •() → void | 6 constructor •() → void |
7 : super core::Object::•() | 7 : super core::Object::•() |
8 ; | 8 ; |
9 } | 9 } |
10 static set foo(dynamic x) → dynamic {} | 10 static set foo(dynamic x) → dynamic {} |
11 static method main() → dynamic { | 11 static method main() → dynamic { |
12 self::foo = new self::Foo::•(); | 12 self::foo = new self::Foo::•(); |
13 } | 13 } |
OLD | NEW |