blob: 2b285f43424613b0f390b79c1a8c0c25e5b079d3 [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*
: super core::Object::•()
;
method m(@#C1 dynamic x) void {}
}
static method f(@#C1 dynamic x) void {}
static method main() dynamic {}
constants {
#C1 = self::Foo {}
}