|
| 1 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(4,1): error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 2 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(4,6): error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 3 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(4,11): error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 4 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(4,16): error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 5 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(4,21): error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 6 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(4,26): error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 7 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(4,31): error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 8 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(4,36): error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 9 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(4,41): error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 10 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(4,46): error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 11 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(5,1): error TS2304: Cannot find name 'bob'. |
| 12 | +tests/cases/compiler/maximum10SpellingSuggestions.ts(5,6): error TS2304: Cannot find name 'bob'. |
| 13 | + |
| 14 | + |
| 15 | +==== tests/cases/compiler/maximum10SpellingSuggestions.ts (12 errors) ==== |
| 16 | + // 10 bobs on the first line |
| 17 | + // the last two bobs should not have did-you-mean spelling suggestions |
| 18 | + var blob; |
| 19 | + bob; bob; bob; bob; bob; bob; bob; bob; bob; bob; |
| 20 | + ~~~ |
| 21 | +!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 22 | + ~~~ |
| 23 | +!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 24 | + ~~~ |
| 25 | +!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 26 | + ~~~ |
| 27 | +!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 28 | + ~~~ |
| 29 | +!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 30 | + ~~~ |
| 31 | +!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 32 | + ~~~ |
| 33 | +!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 34 | + ~~~ |
| 35 | +!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 36 | + ~~~ |
| 37 | +!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 38 | + ~~~ |
| 39 | +!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'? |
| 40 | + bob; bob; |
| 41 | + ~~~ |
| 42 | +!!! error TS2304: Cannot find name 'bob'. |
| 43 | + ~~~ |
| 44 | +!!! error TS2304: Cannot find name 'bob'. |
| 45 | + |
0 commit comments