blob: 77e323a828c04d30c5a7739dd680ea3c99e07e17 [file] [log] [blame]
// Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// @dart=2.9
// Tests inheritance subtyping relationships without making package:js types
// live.
import 'extends_test_util.dart';
void main() {
testSubtyping();
}