blob: 8286554ee93a5f3479f4f7b5417e36568963b043 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Index extends core::Object {
synthetic constructor •() void
;
}
class A extends core::Object {
synthetic constructor •() void
;
}
class B extends self::A {
synthetic constructor •() void
;
operator +(self::C v) self::A
;
operator -(core::int i) self::B
;
operator *(self::B v) self::B
;
operator &(self::A v) self::C
;
}
class C extends self::B {
synthetic constructor •() void
;
}
class Test extends core::Object {
synthetic constructor •() void
;
operator [](self::Index i) self::B
;
operator []=(self::Index i, self::B v) void
;
method test() void
;
}
static method f<T extends core::Object = dynamic>() self::f::T
;
static method main() dynamic
;