mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Adjust some fourslash tests.
This commit is contained in:
parent
f96c058c75
commit
1740b80dde
@ -1,5 +1,6 @@
|
||||
/// <reference path="fourslash.ts" />
|
||||
|
||||
// @strict: true
|
||||
//// class foo { };
|
||||
//// function foo() { /**/ }
|
||||
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
///<reference path="fourslash.ts" />
|
||||
// @strict: true
|
||||
// @allowJs: true
|
||||
// @Filename: Foo.js
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
/// <reference path="fourslash.ts" />
|
||||
// @lib: es5
|
||||
// @strict: true
|
||||
// @allowJs: true
|
||||
// @Filename: jsDocTypeTag1.js
|
||||
//// /** @type {String} */
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
/// <reference path="fourslash.ts" />
|
||||
// @lib: es5
|
||||
// @strict: true
|
||||
// @allowJs: true
|
||||
// @Filename: jsDocTypeTag2.js
|
||||
//// /** @type {string} */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user