blob: c31b27b4dcfbaa86e530f593444d64a063a27510 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
@#C1
typedef F = () →* void;
class Foo extends core::Object /*hasConstConstructor*/ {
const constructor •(core::List<core::String*>* l) self::Foo*
: super core::Object::•()
;
}
static method main() dynamic {}
constants {
#C1 = self::Foo {}
}