blob: 286af5696d8ec8dc55c2975d25be3584708f744e [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
field core::int m;
constructor •() self::A
;
constructor foo() self::A
;
method foo(core::int a, core::int b) core::int
;
}
static method test() dynamic
;
static method main() dynamic
;