FIR: fix invoke lookup for SAM resolution
This commit is contained in:
committed by
TeamCityServer
parent
3bca6ae893
commit
7df289746c
@@ -16,7 +16,7 @@ public interface MyListener<F extends MyFuture<?>> {
|
||||
typealias Handler = (cause: Throwable?) -> Unit
|
||||
|
||||
fun <T> MyFuture<T>.setup() {
|
||||
<!INAPPLICABLE_CANDIDATE!>addListener<!>(ListenerImpl<T, MyFuture<T>>())
|
||||
addListener(ListenerImpl<T, MyFuture<T>>())
|
||||
addListener { }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user