blob: 464cf79c0923db17e9f277e7d252307bb7bbaca5 [file] [log] [blame]
library;
//
// 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 {}