blob: 5c2b8df3631d892f16b6168b0e716983994461b7 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/extensions/issue38712.dart:5:11: Error: Expected 'on' after this.
// extension C {
// ^
//
// pkg/front_end/testcases/extensions/issue38712.dart:5:13: Error: Expected a type, but got '{'.
// extension C {
// ^
//
import self as self;
extension C on invalid-type {
}
static method main() void {}