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