diff options
Diffstat (limited to 'cli/tests/testdata/check/no_error_truncation/main.ts')
-rw-r--r-- | cli/tests/testdata/check/no_error_truncation/main.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cli/tests/testdata/check/no_error_truncation/main.ts b/cli/tests/testdata/check/no_error_truncation/main.ts deleted file mode 100644 index bb1856602..000000000 --- a/cli/tests/testdata/check/no_error_truncation/main.ts +++ /dev/null @@ -1,12 +0,0 @@ -let x: { - propertyWithAnExceedinglyLongName1: string; - propertyWithAnExceedinglyLongName2: string; - propertyWithAnExceedinglyLongName3: string; - propertyWithAnExceedinglyLongName4: string; - propertyWithAnExceedinglyLongName5: string; - propertyWithAnExceedinglyLongName6: string; - propertyWithAnExceedinglyLongName7: string; - propertyWithAnExceedinglyLongName8: string; -}; - -const _s: string = x; |