blob: 6ad2a781eba3ed6b4e093f500c09716e92022a1f [file] [log] [blame]
// @dart = 2.6
library opted_out_lib;
import 'issue41498b_lib.dart' as opt_in;
typedef void LegacyFoo();
class C {
static void test() {}
void test2() {}
}
test() {}
main() {}