Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 library; | 1 library; |
| 2 import self as self; | 2 import self as self; |
| 3 import "dart:core" as core; | |
| 4 | 3 |
| 4 static const field dynamic c = 1; | |
| 5 static method main() → dynamic { | 5 static method main() → dynamic { |
| 6 core::print(invalid-expression); | 6 self::c; |
| 7 self::c.call(); | |
| 7 } | 8 } |
| OLD | NEW |