blob: 21a0e79f9681bc558eeec4a08c069d9040848490 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/issue_000032.dart:7:1: Error: Expected a type, but got '}'.
// }
// ^
//
// pkg/front_end/testcases/rasta/issue_000032.dart:7:1: Error: Expected an identifier, but got '}'.
// Try inserting an identifier before '}'.
// }
// ^
//
// pkg/front_end/testcases/rasta/issue_000032.dart:6:4: Error: Expected ';' after this.
// C<
// ^
//
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
;
}
static method main() dynamic
;