blob: bf276429b7416b5aa0741f3d0a9c436516acc681 [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.
// @dart = 2.9
/// @assertion List<E> abstract class
/// @description Checks that List-specific methods work as specified.
/// Tests which consume a lot of memory
/// @author kaigorodov
import "../../core/List/sort_A01_t04.test.dart" as sort_A01_t04;
import "List_class_A01_t01.dart";
main() {
sort_A01_t04.test(create);
}