blob: 5092f400b333108110658e06876045937a6e5df3 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
final field core::int* x;
const constructor •(core::int* x) self::A*
: self::A::x = x, super core::Object::•()
;
}
static method main() dynamic
;