blob: 187223be8c0a22ab505b28bbe4a91f20b8a149c0 [file] [log] [blame]
// @dart = 2.8
import 'nsm_getter_setter_lib.dart';
class B implements A {
@override
noSuchMethod(Invocation invocation) => null;
}
main() {}