TypeScript/tests/baselines/reference/nullKeyword.errors.txt
2014-09-12 13:35:07 -07:00

7 lines
257 B
Plaintext

tests/cases/compiler/nullKeyword.ts(1,6): error TS2339: Property 'foo' does not exist on type 'null'.
==== tests/cases/compiler/nullKeyword.ts (1 errors) ====
null.foo;
~~~
!!! error TS2339: Property 'foo' does not exist on type 'null'.