blob: 77cd569b229f2a7c62820696c533be8feb4a91b6 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object /*hasConstConstructor*/ {
const constructor •(core::List<core::String> l) self::Foo
: super core::Object::•()
;
}
static method test() void
;
static method main() dynamic
;