blob: 4684ec6182e1cca05044e360b0a5feb894e6247f [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_29943.dart:6:5: Error: Expected an identifier, but got '('.
// 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 '('.
x.(null);
^";
}
static method main() dynamic {}