blob: b1f1b7a07d8371fe2a9a2df5856dc8596973095b [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A
;
}
extension E on self::A {
get bar = self::E|get#bar;
set foo = self::E|set#foo;
}
static method E|set#foo(lowered final self::A #this, core::int value) → void
;
static method E|get#bar(lowered final self::A #this) → core::int
;
static method test(self::E e) dynamic
;
static method main() dynamic
;