mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
IDEA-239649 Increase language level fix is not suggested for records
GitOrigin-RevId: 19843f9e1f610f7536b7e591012ec3eb64af6c43
This commit is contained in:
committed by
intellij-monorepo-bot
parent
642e4911cd
commit
618696f129
@@ -0,0 +1,9 @@
|
||||
class X {
|
||||
interface Fn {
|
||||
void test(String s);
|
||||
}
|
||||
|
||||
void test() {
|
||||
Fn fn = (v<caret>ar s) -> System.out.println(s);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user