blob: f776b706b8097c550b650b4d00e879008dffe5f8 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A<T extends core::int> extends core::Object {
synthetic constructor •() self::A<self::A::T>
;
}
class B<T extends self::A<core::int>> extends core::Object {
synthetic constructor •() self::B<self::B::T>
;
}
static field self::B<self::A<core::int>> v;
static method test() dynamic
;