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 98952dc commit 2a28805Copy full SHA for 2a28805
tests/cases/compiler/functionAssignabilityWithArrayLike01.ts
@@ -0,0 +1,4 @@
1
+// @strict: true, false
2
+
3
+function func() {}
4
+const array: ArrayLike<any> = func;
0 commit comments