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