blob: 6cb7e54ae69dc06e0bd2943ca0ff74c7e81425d1 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A<T extends core::Object = dynamic> extends core::Object {
synthetic constructor •() self::A<self::A::T>
;
}
class B<T extends core::Object = dynamic> extends self::A<self::B::T> {
synthetic constructor •() self::B<self::B::T>
;
method foo() dynamic
;
}
static field self::A<core::num> a;
static field dynamic b;
static method main() dynamic
;