blob: aa591301f0b05be4836316889552a3e41f3bd2eb [file] [log] [blame]
library;
import self as self;
import "dart:test";
static method main() dynamic
;
library;
import self as self2;
import "dart:core" as core;
abstract class A extends core::Object {
field core::int? _#A#x;
synthetic constructor •() self2::A
;
get x() core::int;
set x(core::int x#param) → void;
}
class _B extends core::Object implements self2::A {
field core::int x;
synthetic constructor •() self2::_B
;
}