blob: 9399c7036f4cf5e08215716ea1d2053a88cc5968 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "org-dartlang-testcase:///strong_lib.dart";
static method main() dynamic
;
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/nnbd/strong_lib_not_ok_from_source/strong_lib.dart:1:1: Error: A library can't opt out of non-nullable by default, when in nnbd-strong mode.
// // @dart = 2.7
// ^^^^^^^^^^^^^^
//
import self as self2;
static method foo() void
;