OLD | NEW |
---|---|
(Empty) | |
1 library; | |
2 import self as self; | |
3 | |
4 static method main() → dynamic { | |
5 throw "pkg/front_end/testcases/regress/issue_29976.dart:10:1: Error: Expected a declaration, but got '\"'.\n\n^"; | |
ahe
2017/08/01 14:19:57
I don't think this is the expectation we really wa
danrubel
2017/08/01 21:23:19
What do we expect in this situation?
Should we upd
| |
6 } | |
7 | |
OLD | NEW |