Minor, improve wording in exception message

This commit is contained in:
Alexander Udalov
2018-07-11 17:30:09 +02:00
parent 66b383349f
commit dec003af71
@@ -85,7 +85,7 @@ internal class KFunctionImpl private constructor(
else ->
createStaticMethodCaller(member)
}
else -> throw KotlinReflectionInternalError("Call is not yet supported for this function: $descriptor (member = $member)")
else -> throw KotlinReflectionInternalError("Could not compute caller for function: $descriptor (member = $member)")
}
}