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

7 lines
257 B
Plaintext
Raw Normal View History

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