TypeScript/tests/baselines/reference/propertyAccess5.errors.txt
2017-01-13 15:06:24 -08:00

7 lines
247 B
Plaintext

tests/cases/compiler/propertyAccess5.ts(1,1): error TS2532: Object is possibly 'undefined'.
==== tests/cases/compiler/propertyAccess5.ts (1 errors) ====
undefined.toBAZ();
~~~~~~~~~
!!! error TS2532: Object is possibly 'undefined'.