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