mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
pull up/push down: type parameters substitution should modify member copy (IDEA-53496)
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
class Test {
|
||||
Integer t;
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
class Test1 {
|
||||
String t;
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
class Super<T> {
|
||||
T t;
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
class Test extends Super<Integer>{
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
class Test1 extends Super<String>{
|
||||
}
|
||||
Reference in New Issue
Block a user