library test /*isNonNullableByDefault*/; | |
import self as self; | |
import "dart:core" as core; | |
class A extends core::Object { | |
final field core::String foo; | |
constructor •(core::String foo) → self::A | |
; | |
operator ==(core::Object other) → core::bool | |
; | |
} | |
static method main() → dynamic | |
; |