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