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