1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
=== tests/cases/compiler/b.ts ===
///<reference path='a.ts'/>
No type information for this code.interface I3 {
No type information for this code.}
No type information for this code.=== tests/cases/compiler/a.ts ===
/*!=================
No type information for this code. Keep this pinned
No type information for this code. =================
No type information for this code.*/
No type information for this code.
No type information for this code./*! Don't keep this pinned comment */
No type information for this code.interface I {
No type information for this code.}
No type information for this code.
No type information for this code.// Don't keep this comment.
No type information for this code.interface I2 {
No type information for this code.}
No type information for this code.
No type information for this code.
|