blob: 7d6e22d38df0a651f0f9daca22af6a8e2026085e [file] [log] [blame]
// Copyright (c) 2011, 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.
/**
* @assertion ListMixin<E> abstract class
* Implements List<E>
* @description Checks that List-specific methods work as specified.
* @author kaigorodov
* @issue 43036
*/
import "listmixin_lib.dart";
import "inherited_tests.lib.dart";
main() {
test(create);
}