blob: fdb66418b10a86119256423f6ca98ebc963a1776 [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>
: super core::Object::•()
;
}
class B<T extends self::A<core::int>> extends core::Object {
synthetic constructor •() self::B<self::B::T>
: super core::Object::•()
;
}
static field self::B<self::A<core::int>> v = throw "";
static method test() dynamic {
self::v;
}