blob: 4649dbcf541f913f668f38b4cee91839d192bc16 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A<T extends core::Object = dynamic> extends core::Object {
synthetic constructor •() self::A<self::A::T>
;
}
class C extends core::Object {
synthetic constructor •() self::C
;
method fun() dynamic
;
}
static method main() dynamic
;