TypeScript/tests/baselines/reference/deprecatedBool.types

8 lines
122 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/deprecatedBool.ts ===
var b4: boolean;
>b4 : boolean
2014-08-15 23:33:16 +02:00
var bool: boolean;
>bool : boolean
2014-08-15 23:33:16 +02:00