library /*isNonNullableByDefault*/; | |
import self as self; | |
import "dart:core" as core; | |
import "org-dartlang-testcase:///issue41499_lib.dart"; | |
class C extends core::Object { | |
synthetic constructor •() → self::C | |
; | |
static method sTest() → () → void | |
; | |
method mTest() → () → void | |
; | |
get gTest() → () → void | |
; | |
} | |
static method test() → () → void | |
; | |
static method main() → dynamic | |
; | |
library; | |
import self as self2; | |
typedef LegacyFoo = () →* void; | |
static method test(() →* void f) → dynamic | |
; |