[java] [unused declaration]: process record's canonical constructors

EA-296213 (plugin) - CCE: RefJavaManagerImpl.getParameterReference

GitOrigin-RevId: 3b01695e5ff11d45fdcfdf6c1ffeb22a67b194bf
This commit is contained in:
Anna Kozlova
2021-10-18 17:01:14 +00:00
committed by intellij-monorepo-bot
parent 679ebdb31b
commit 3711123cf0
6 changed files with 32 additions and 6 deletions
@@ -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));
}
}