mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
language level 16, remove language level 14_preview (IDEA-257409)
GitOrigin-RevId: 1f9626ba04ffd9588b0cf9b8a9f699faa613359b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cb72e8a50c
commit
fd17a8bb75
@@ -0,0 +1,7 @@
|
||||
class A {
|
||||
void test(Object obj) {
|
||||
if (obj instanceof String) {
|
||||
<selection>(String)obj</selection>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user