blob: e22e6e25703cad205539c05e43882bb9cfdeb1ed [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::•()
;
}
static method test() void {
function f(@#C1 dynamic x) void {}
dynamic x = (@#C1 dynamic x) dynamic {};
}
static method main() dynamic {}
constants {
#C1 = self::Foo {}
}