blob: 848f2f0780192eca6059f37a1a960dbc908a5c86 [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) void
: super core::Object::•()
;
}
static method main() dynamic {}