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