blob: e596963e734d938536f0aca47d1896a553fc7d87 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/extension_type_when_experiment_not_enabled.dart:11:6: Error: 'E' isn't a type.
// test(E e) {} // Error.
// ^
//
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A
;
}
extension E on self::A {
}
static method test(invalid-type e) dynamic
;
static method main() dynamic
;