summaryrefslogtreecommitdiff
path: root/plugins/typeMigration/testData/refactoring/migrateTypeSignature/exprNewArrayArray2Lvalue/after/Expr.items
blob: 444531918ce03a76da161b83f21299e6ab635345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Types:
PsiArrayInitializerExpression:{pfc} : FaceParent[][]
PsiArrayInitializerExpression:{pfc} : FaceParent[][]
PsiArrayInitializerExpression:{{pfc}} : FaceParent[][][]
PsiField:myArrayOne : FaceParent[][]
PsiField:myArrayTwo : FaceParent[][][]
PsiNewExpression:new FaceChild[][][]{{pfc}} : FaceParent[][][]
PsiNewExpression:new FaceChild[][]{pfc} : FaceParent[][]
PsiParameter:pfc : FaceParent[]
PsiReferenceExpression:myArrayOne : FaceParent[][]
PsiReferenceExpression:myArrayTwo : FaceParent[][][]
PsiReferenceExpression:pfc : FaceParent[]
PsiReferenceExpression:pfc : FaceParent[]

Conversions:
pfc -> $
pfc -> $

New expression type changes:
new FaceChild[][][]{{pfc}} -> FaceParent[][][]
new FaceChild[][]{pfc} -> FaceParent[][]
Fails: