blob: eb87c4b1f25ee75e444c9500ce36c1d8aeaf15fa [file] [log] [blame]
// Copyright (c) 2016, 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 Error()
/// @description Checks that this constructor can be called without any issues
/// @author sgrekhov@unipro.ru
main() {
new Error();
}