library test /*isNonNullableByDefault*/; | |
import self as self; | |
import "dart:core" as core; | |
class C extends core::Object { | |
static final field (core::bool) → core::bool f = (core::bool b) → core::bool => b; | |
synthetic constructor •() → self::C | |
: super core::Object::•() | |
; | |
} | |
static method main() → dynamic {} |