blob: 3ac254aee3c0da324cb573253dead097f8a5c3c4 [file] [log] [blame]
// @dart = 2.9
import "package:expect/expect.dart";
class ImplicitScopeTest {
static bool alwaysTrue() {}
static testMain() {}
}
main() {}