blob: 822162674926585e3edaf5e36b1cd60ece56ad18 [file] [log] [blame]
// @dart = 2.6
import 'bounds_from_opt_in_lib.dart';
class LegacyClass<T extends Null> extends Class<T> {
method<T extends Null>() {}
}
main() {}
test() {}