blob: 98495a163c6a4199dd42404379e858a7bd5ca2d6 [file] [log] [blame]
library;
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(final self::C* #this) → core::int*
;
static method main() dynamic
;