blob: 36d7914453263d2f496d0df1b7b9204b502f673c [file] [log] [blame]
library;
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
;