blob: 85ce0044e43ef086f3a24c347a78646f7a5cc765 [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
;