Files

6 lines
159 B
Java

// "Create inner record 'Point'" "true-preview"
class Test {
void foo(Object obj) {
if (obj instanceof Poi<caret>nt(double x, double y)) {}
}
}