blob: c3f34353f06484eb6634cdfd5bef987e48af1cc9 [file] [log] [blame]
library;
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
;