blob: d8fc71a149c4c076893dafd0725255355a816006 [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 HashMap<K, V> abstract class
* Implements Map<K, V>
* @description Checks that all members of [Map] are implemented.
* @author kaigorodov
*/
library compKeysWarnTests;
import "../../core/Map/compKeysWarnTests.lib.dart" as compKeysWarnTests;
test(Map create([Map content])) {
compKeysWarnTests.test(create);
}