mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
bump highest language level to 14, prepare to remove 13_preview
GitOrigin-RevId: ec42a9047ba63b0cbaddd8357d11ae2ed56ed6b6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dd3433cd18
commit
bd1a21a02a
@@ -0,0 +1,12 @@
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
class MyTest {
|
||||
|
||||
private static void switchChain(final int i) throws IOException {
|
||||
int g = switch (i) {
|
||||
default -> throw new IOException(<selection>""</selection>);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user