blob: 50ccca4df003018d63219fd8a130739528a14fff [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
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
;