swc/crates/swc_ecma_parser/tests/tsc/booleanPropertyAccess.ts

4 lines
61 B
TypeScript

var x = true;
var a = x.toString();
var b = x['toString']();