library; | |
// | |
// Problems in library: | |
// | |
// pkg/front_end/testcases/regress/issue_29943.dart:6:5: Error: Expected an identifier, but got '('. | |
// Try inserting an identifier before '('. | |
// x.(null); | |
// ^ | |
// | |
import self as self; | |
static method bad() → dynamic { | |
invalid-expression "pkg/front_end/testcases/regress/issue_29943.dart:6:5: Error: Expected an identifier, but got '('. | |
Try inserting an identifier before '('. | |
x.(null); | |
^"; | |
} | |
static method main() → dynamic {} |