TypeScript/tests/baselines/reference/deprecatedBool.types
2015-04-15 16:44:20 -07:00

8 lines
122 B
Plaintext

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