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 let final #t1 = throw "Kernel IR not yet implemented for 'handleError'." in le t final #t2 = #t1.toString() in #t1; | 5 let final #t1 = invalid-expression in let final #t2 = #t1.toString() in #t1; |
| 6 } | 6 } |
| OLD | NEW |