summaryrefslogtreecommitdiff
path: root/plugins/typeMigration/testData/refactoring/wildcard/producerSuper/after/Test.items
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/typeMigration/testData/refactoring/wildcard/producerSuper/after/Test.items')
-rw-r--r--plugins/typeMigration/testData/refactoring/wildcard/producerSuper/after/Test.items10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/typeMigration/testData/refactoring/wildcard/producerSuper/after/Test.items b/plugins/typeMigration/testData/refactoring/wildcard/producerSuper/after/Test.items
new file mode 100644
index 000000000000..b0c91006b9d1
--- /dev/null
+++ b/plugins/typeMigration/testData/refactoring/wildcard/producerSuper/after/Test.items
@@ -0,0 +1,10 @@
+Types:
+PsiMethodCallExpression:p.set(0, new Integer(8)) : java.lang.Object
+PsiParameter:p : java.util.ArrayList<? super java.lang.Integer>
+PsiReferenceExpression:p : java.util.ArrayList<? super java.lang.Integer>
+
+Conversions:
+p.set(0, new Integer(8)) -> $
+
+New expression type changes:
+Fails: