summaryrefslogtreecommitdiff
path: root/plugins/typeMigration/testData/refactoring/typeMigration/t52/after/Test.items
blob: fae3f5aa0b832ebd195956c7c30eba74786c6a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
Types:
PsiField:f : java.lang.Object[]
PsiNewExpression:new Set() : java.util.Set
PsiNewExpression:new Set[] { new Set() } : java.lang.Object[]

Conversions:

New expression type changes:
new Set() -> java.util.Set
new Set[] { new Set() } -> java.lang.Object[]
Fails: