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