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 | |
; |