blob: d3afdb6ec5c41d69b0be2a92e2e8dc9c7d84f370 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
const constructor •(dynamic l) void
: super core::Object::•()
;
}
static method test() void {
const dynamic x = 0;
dynamic y;
}
static method main() dynamic {}