blob: 8ec1bfa852c75fa2d9668ef4bae3305a21cd1558 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
abstract class A extends core::Object {
synthetic constructor •() self::A
;
method foo(core::int x, core::bool b) dynamic
;
abstract method neverReturn() Never;
}
static method bar() dynamic
;
static method foo(core::int x, core::bool b) dynamic
;
static method main() dynamic
;