blob: 72f6e7af974ef9b85bdf54d12231b2e3994b4f09 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class A extends core::Object {
constructor foo1() self::A
;
constructor foo2(core::int x) self::A
;
constructor •() self::A
;
}
static method test1() () self::A
;
static method test2() () self::A
;
static method test3() () self::A
;
static method test4() (core::int) self::A
;
static method main() dynamic
;