mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
[java] [unused declaration]: process record's canonical constructors
EA-296213 (plugin) - CCE: RefJavaManagerImpl.getParameterReference GitOrigin-RevId: 3b01695e5ff11d45fdcfdf6c1ffeb22a67b194bf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
679ebdb31b
commit
3711123cf0
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems/>
|
||||
@@ -0,0 +1,5 @@
|
||||
record A(int i) {
|
||||
public static void main(String[] args) {
|
||||
System.out.println(new A(1));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user