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