a416fde814
This way the check works for callable reference arguments. Also candidate applicability during resolution does not change compared to the old inference. ^KT-37530 Fixed
12 lines
417 B
Plaintext
Vendored
12 lines
417 B
Plaintext
Vendored
package
|
|
|
|
public fun </*0*/ D> create(/*0*/ fn: () -> D): D
|
|
public fun main(): kotlin.Unit
|
|
|
|
public abstract class Abstract {
|
|
public constructor Abstract()
|
|
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
}
|