TypeScript/tests/baselines/reference/scannerS7.4_A2_T2.errors.txt
2014-09-12 13:35:07 -07:00

20 lines
627 B
Plaintext

tests/cases/conformance/scanner/ecmascript5/scannerS7.4_A2_T2.ts(14,1): error TS1010: '*/' expected.
==== tests/cases/conformance/scanner/ecmascript5/scannerS7.4_A2_T2.ts (1 errors) ====
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* Correct interpretation of multi line comments
*
* @path ch07/7.4/S7.4_A2_T2.js
* @description Try use /*CHECK#1/. This is not closed multi line comment
* @negative
*/
/*CHECK#1/
!!! error TS1010: '*/' expected.