blob: cceb0f2ebdc146ee55074758864ffd0bf471a99f [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_37285.dart:6:17: Error: Expected an identifier, but got ']'.
// Try inserting an identifier before ']'.
// C() : super()[];
// ^
//
import self as self;
import "dart:core" as core;
class C extends core::Object {
constructor •() self::C
;
}
static method main() dynamic
;