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