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