Minor: remove redundant import

This commit is contained in:
Dmitriy Novozhilov
2019-04-19 11:08:43 +03:00
parent ad50bcaf09
commit f7b4b553b7
@@ -22,8 +22,6 @@ import org.jetbrains.kotlin.descriptors.CallableDescriptor;
import org.jetbrains.kotlin.types.KotlinType;
import org.jetbrains.kotlin.types.checker.NewKotlinTypeChecker;
import java.util.Objects;
/**
* [ExtensionReceiver] is a receiver for pure `this` call inside lambda with receiver
*