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