mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 14:31:48 +07:00
375b7b102f
IDEA-303300 GitOrigin-RevId: f4cd752f81987885a72b5da8d898f875a5198dcb
9 lines
210 B
Java
9 lines
210 B
Java
// "Create inner record 'Point'" "true-preview"
|
|
class Test {
|
|
void foo(Object obj) {
|
|
switch (obj) {
|
|
case Poi<caret>nt(double x, double y) -> {}
|
|
default -> {}
|
|
}
|
|
}
|
|
} |