Code cleanup: redundant modality (minor)

This commit is contained in:
Mikhail Glukhikh
2016-04-29 15:23:31 +03:00
parent 1301d9047d
commit e31806e2b5
3 changed files with 5 additions and 5 deletions
@@ -165,7 +165,7 @@ abstract class CallCase<in I : CallInfo> {
protected open fun I.bothReceivers(): JsExpression = unsupported()
final fun translate(callInfo: I): JsExpression {
fun translate(callInfo: I): JsExpression {
val result = if (callInfo.dispatchReceiver == null) {
if (callInfo.extensionReceiver == null)
callInfo.noReceivers()