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