[java] suggest to upgrade jdk if language feature from newer version is used (IDEA-256074)

GitOrigin-RevId: 82cd81b54f9ba59def65a5639e683f2a29e6432c
This commit is contained in:
Anna Kozlova
2022-02-17 18:05:53 +01:00
committed by intellij-monorepo-bot
parent 999c684682
commit 9a6025f68d
7 changed files with 100 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
public class Lambda {
void m() {
va<caret>r x = "";
}
}