blob: ab59fa406168fb2eed1e8126fe948d8f6e8b527a [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
static field core::int x = 2;
default constructor •() void
: super core::Object::•()
;
}
static method main() dynamic {}