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