blob: 4c813547d2e72260d2102ac37c560646dea76e88 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class I extends core::Object {
synthetic constructor •() self::I
;
operator [](core::int index) core::bool
;
}
abstract class C extends core::Object implements self::I {
synthetic constructor •() self::C
;
}
static method f(self::C c) dynamic
;
static method main() dynamic
;