blob: ca22c81f766b840d6be51245e3a713a7e0e8363a [file] [log] [blame]
// @dart = 2.9
import 'main_lib.dart';
class B extends A {}
main() {}