blob: 9b3c185b3f3d36821f591468a561540fd3e89d61 [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 Documentation comments are comments that begin with the tokens ///
/// or '/''*''*'.
/// @description Checks that asterisk and slash characters separated by
/// whitespace do not make a documentation comment end token.
/// @author vasya
/**
//^
// [cfe] unspecified
* Documentation comment
*
/
main() {
}
// [error line 22, column 0]
// [analyzer] unspecified