blob: bd6a29f7798708430639cb025d96522350c40b46 [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
;
}
static method main() dynamic
;