Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 library; | 1 library; |
| 2 import self as self; | 2 import self as self; |
| 3 | 3 |
| 4 static method main() → dynamic { | 4 static method main() → dynamic { |
| 5 throw "Kernel IR not yet implemented for 'deferred access'."; | 5 invalid-expression; |
| 6 throw "Kernel IR not yet implemented for 'deferred access'."; | 6 invalid-expression; |
| 7 } | 7 } |
| OLD | NEW |