Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 library test; | |
| 2 import self as self; | |
| 3 import "dart:core" as core; | |
| 4 | |
| 5 static field dynamic x; | |
| 6 static field dynamic y; | |
| 7 static method f<T extends core::Object>() → self::f::T | |
| 8 ; | |
| 9 static method test() → void | |
| 10 ; | |
| 11 static method main() → dynamic | |
| 12 ; | |
| OLD | NEW |