Files
2022-07-29 17:54:57 +00:00

11 lines
153 B
Java

// "Insert '(String)x' declaration" "true-preview"
class C {
Object s = new Object();
void x() {
if (x insta<caret>nceof String) {
}
}
}