KT-5971 Missing error when fun argument is safe call
#KT-5971 Fixed
This commit is contained in:
@@ -279,7 +279,7 @@ public class Converter private(val project: Project,
|
||||
annotations,
|
||||
modifiers,
|
||||
typeConverter.convertType(field.getType(), Nullability.NotNull),
|
||||
ExpressionList(convertExpressions(argumentList?.getExpressions())).assignPrototype(argumentList))
|
||||
ExpressionList(convertExpressions(argumentList?.getExpressions() ?: array())).assignPrototype(argumentList))
|
||||
}
|
||||
else {
|
||||
val isVal = isVal(referenceSearcher, field)
|
||||
|
||||
Reference in New Issue
Block a user