We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85b896 commit b687d90Copy full SHA for b687d90
src/harness/virtualFileSystemWithWatch.ts
@@ -4,6 +4,8 @@ namespace ts.TestFSWithWatch {
4
content: `/// <reference no-default-lib="true"/>
5
interface Boolean {}
6
interface Function {}
7
+interface CallableFunction {}
8
+interface NewableFunction {}
9
interface IArguments {}
10
interface Number { toExponential: any; }
11
interface Object {}
0 commit comments