blob: 624821f2965d491f429201c65945649a90839905 [file] [log] [blame]
library;
import self as self;
static method bad() dynamic {
return invalid-expression "pkg/front_end/testcases/regress/issue_31180.dart:6:16: Error: Expected an identifier, but got '['.
return null?.[1];
^";
}
static method main() dynamic {}