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