blob: 2b975b566aa78c5cd6e4edd74f1aed128041153b [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class A extends core::Object {
final field core::int x;
synthetic constructor •() self::A
;
}
class B extends core::Object implements self::A {
synthetic constructor •() self::B
;
get x() core::int
;
}
static method foo() dynamic
;
static method main() dynamic
;