blob: b695e7ebeb0df07b4c2edd1259428620dc71ceb0 [file] [log] [blame]
function foo() {
return "abc" instanceof String;
}