mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-02 14:48:32 -05:00
Added 'noImplicitAny' to tests.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// @noImplicitAny: true
|
||||
|
||||
let x: (a: string) => string;
|
||||
|
||||
x = (100, a => a);
|
||||
@@ -1,3 +1,5 @@
|
||||
// @noImplicitAny: true
|
||||
|
||||
let x: (a: string) => string;
|
||||
|
||||
x = (100, a => {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// @noImplicitAny: true
|
||||
|
||||
let x: (a: string) => string;
|
||||
let y = true;
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// @noImplicitAny: true
|
||||
|
||||
let x: (a: string) => string;
|
||||
let y = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user