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