blob: d7ba71bd6e1b94e840dbb21a6a466ce892052480 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
import "package:expect/expect.dart";
class C extends core::Object {
synthetic constructor •() self::C
;
get one() core::int
;
}
extension E on self::C {
get two = self::E|get#two;
}
static method E|get#two(lowered final self::C #this) → core::int
;
static method main() dynamic
;