blob: 8a1ecd98c58b129fa88ea30f7ee78c9a3295eeb3 [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() dynamic
;
}
static method main() dynamic
;