blob: 4b8ad7d783186c4e7e6487c759e6cf00459ee6fd [file] [log] [blame]
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
;