blob: a44d4e185e01670673fccc56346ed36d80e4fda0 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A<T extends self::A<self::A::T>* = 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
;