library test /*isNonNullableByDefault*/; | |
import self as self; | |
import "dart:core" as core; | |
class A extends core::Object { | |
field core::int x; | |
synthetic constructor •() → self::A | |
; | |
} | |
class B extends self::A { | |
synthetic constructor •() → self::B | |
; | |
get x() → core::int | |
; | |
} | |
static method foo() → dynamic | |
; | |
static method main() → dynamic | |
; |