mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
[java] suggest to upgrade jdk if language feature from newer version is used (IDEA-256074)
GitOrigin-RevId: 82cd81b54f9ba59def65a5639e683f2a29e6432c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
999c684682
commit
9a6025f68d
@@ -0,0 +1,5 @@
|
||||
public class Lambda {
|
||||
void m() {
|
||||
va<caret>r x = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user