TypeScript/tests/baselines/reference/propertyAccess3.errors.txt
2014-07-12 17:30:19 -07:00

5 lines
172 B
Plaintext

==== tests/cases/compiler/propertyAccess3.ts (1 errors) ====
var foo: boolean;
foo.toBAZ();
~~~~~
!!! Property 'toBAZ' does not exist on type 'boolean'.