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