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