blob: 701fea48a10371464ab9871f08e03c67a6bed2be [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 Static type annotations are used during static checking and when
* running programs in checked mode. They have no effect whatsoever in production mode.
* @description Verified by every test in this suite that checks for type errors
* that should occur in checked mode only.
* @author iefremov
* @reviewer rodionov
*/
main() {
}