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