mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Java: create correct field from parameter with unbounded type parameter (IDEA-365468)
GitOrigin-RevId: 218b864c95d25b6ff47e9360e0eeef47308f0ae8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
135bd98b37
commit
3c99de56be
+2
@@ -2,9 +2,11 @@
|
||||
|
||||
class Bar {
|
||||
|
||||
private Class<?> myA;
|
||||
private int myB;
|
||||
|
||||
<T> void get(Class<T> a, int b) {
|
||||
myA = a;
|
||||
myB = b;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user