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