blob: 86599c894b6e02d631c4d9e1349bc4497f8251fc [file] [log] [blame]
library opted_out_lib;
import self as self;
import "dart:core" as core;
import "org-dartlang-testcase:///issue41498b_lib.dart" as opt_in;
typedef LegacyFoo = () →* void;
class C extends core::Object {
synthetic constructor •() self::C*
;
static method test() void
;
method test2() void
;
}
static method test() dynamic
;
static method main() dynamic
;
library /*isNonNullableByDefault*/;
import self as self2;
import "dart:core" as core;
import "org-dartlang-testcase:///issue41498b.dart";
class C extends core::Object {
synthetic constructor •() self2::C
;
static method test() void
;
method test2() void
;
}
static method test() dynamic
;
static method main() dynamic
;