blob: 4c70c660a73de0031f9ca57cb0391e7dabd522c4 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
const constructor •(core::List<core::String*>* l) self::Foo*
: super core::Object::•()
;
}
class C extends core::Object {
synthetic constructor •() self::C*
;
method m(dynamic x) void
;
}
static method f(dynamic x) void
;
static method main() dynamic
;