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

4 lines
136 B
Plaintext

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