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