blob: fc93d6b66107fa4e2f8f89959e8a7d33bc49034f [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A*
;
operator +(core::int* value) self::C*
;
operator *(self::D* value) self::C*
;
}
class B extends core::Object {
synthetic constructor •() self::B*
;
operator +(core::int* value) self::E*
;
operator *(self::F* value) self::E*
;
}
class C extends self::B {
synthetic constructor •() self::C*
;
}
class D extends core::Object {
synthetic constructor •() self::D*
;
}
class E extends core::Object {
synthetic constructor •() self::E*
;
}
class F extends core::Object {
synthetic constructor •() self::F*
;
}
static method f<T extends core::Object* = dynamic>() self::f::T*
;
static get target() self::A*
;
static set target(self::B* value) void
;
static method test1() void
;
static method test2() void
;
static method test3() void
;
static method main() dynamic
;