blob: 071abaa22367909c25f93a5f04b7932bb06cd67e [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() dynamic
;
static method main() dynamic
;