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