blob: d8c6ef01bc877e2e30932ee1a9cb41f814e5604c [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "dart:collection" as col;
class A<T extends core::Object = dynamic> extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
}
class C extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
method fun() dynamic {
self::A<dynamic> a;
col::DoubleLinkedQueue<dynamic> c;
}
}
static method main() dynamic {
self::A<dynamic> a;
col::DoubleLinkedQueue<dynamic> c;
}