TypeScript/tests/baselines/reference/deprecatedBool.types
2014-08-15 14:37:48 -07:00

8 lines
122 B
Plaintext

=== tests/cases/compiler/deprecatedBool.ts ===
var b4: boolean;
>b4 : boolean
var bool: boolean;
>bool : boolean