Explicitly specified type of array
This commit is contained in:
committed by
Andrey Breslav
parent
28dc84344c
commit
29b4ba9b3d
@@ -264,7 +264,7 @@ class Converter private(private val elementToConvert: PsiElement,
|
|||||||
annotations,
|
annotations,
|
||||||
modifiers,
|
modifiers,
|
||||||
typeConverter.convertType(field.getType(), Nullability.NotNull),
|
typeConverter.convertType(field.getType(), Nullability.NotNull),
|
||||||
deferredElement { codeConverter -> ExpressionList(codeConverter.convertExpressions(argumentList?.getExpressions() ?: array())).assignPrototype(argumentList) })
|
deferredElement { codeConverter -> ExpressionList(codeConverter.convertExpressions(argumentList?.getExpressions() ?: array<PsiExpression>())).assignPrototype(argumentList) })
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
val isVal = isVal(referenceSearcher, field)
|
val isVal = isVal(referenceSearcher, field)
|
||||||
|
|||||||
Reference in New Issue
Block a user