138d558f6a
Function return type can't and should not be used during overload resolution of callable references. Since it can be DeferredType, its substitution in CS caused exception.
7 lines
212 B
Plaintext
Vendored
7 lines
212 B
Plaintext
Vendored
package
|
|
|
|
public fun bar(/*0*/ f: (kotlin.Boolean) -> kotlin.Unit): kotlin.Unit
|
|
public fun foo(/*0*/ i: kotlin.Long): kotlin.Unit
|
|
public fun foo(/*0*/ s: kotlin.String): kotlin.Unit
|
|
public fun test(): kotlin.Unit
|