blob: 69b40629c3d5a5e27e90f0ac4ae9360d2e2669eb [file] [log] [blame]
library;
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 {}