TypeScript/tests/baselines/reference/emitCommentsOnlyFile.types

30 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/emitCommentsOnlyFile.ts ===
No type information for this code./**
No type information for this code.* @name Foo
No type information for this code.* @class
No type information for this code.*/
No type information for this code./**#@+
No type information for this code.* @memberOf Foo#
No type information for this code.* @field
No type information for this code.*/
No type information for this code./**
No type information for this code.* @name bar
No type information for this code.* @type Object[]
No type information for this code.*/
No type information for this code./**#@-*/
No type information for this code./**
No type information for this code.* @name Foo2
No type information for this code.* @class
No type information for this code.*/
No type information for this code./**#@+
No type information for this code.* @memberOf Foo2#
No type information for this code.* @field
No type information for this code.*/
No type information for this code./**
No type information for this code.* @name bar
No type information for this code.* @type Object[]
No type information for this code.*/
No type information for this code./**#@-*/
No type information for this code.
No type information for this code.