mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: ec42a9047ba63b0cbaddd8357d11ae2ed56ed6b6
8 lines
121 B
Java
8 lines
121 B
Java
class MyTest {
|
|
{
|
|
String temp = switch (0) {
|
|
default:
|
|
yield "";
|
|
};
|
|
}
|
|
} |