summaryrefslogtreecommitdiff
path: root/java/typeMigration/testData/refactoring/typeMigration/t01/after/Test.items
blob: 702373b694d5c8b9e667f6593f69b9eed1a95178 (plain)
1
2
3
4
5
6
7
8
9
10
11
Types:
PsiMethodCallExpression:i.foo(new Integer[0]) : Foo
PsiParameter:i : Foo
PsiReferenceExpression:i : Foo

Conversions:
i.foo -> PsiMethod:moo

New expression type changes:
Fails:
new Integer[0]->int