mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
10 lines
189 B
Java
10 lines
189 B
Java
class X {
|
|
public static void main(String[] args) {
|
|
switch (new Object()){
|
|
case Object object ->
|
|
{<caret>
|
|
System.out.println("1");
|
|
}
|
|
}
|
|
}
|
|
} |