TypeScript/tests/baselines/reference/nullKeyword.errors.txt

4 lines
136 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/nullKeyword.ts (1 errors) ====
null.foo;
~~~
!!! Property 'foo' does not exist on type 'null'.