blob: 16895c50b1e84f4d3f6c87e78c5ecb7f388b9efa [file]
package
public fun takeAny(/*0*/ value: kotlin.Any): kotlin.Unit
public fun takeAnyX(/*0*/ value: kotlin.Any?): kotlin.Unit
public fun </*0*/ A> takeGeneric(/*0*/ value: A): kotlin.Unit
public fun </*0*/ A> takeGenericX(/*0*/ value: A?): kotlin.Unit
public fun takeInt(/*0*/ value: kotlin.Int): kotlin.Unit
public fun takeIntX(/*0*/ value: kotlin.Int?): kotlin.Unit
public fun takeLong(/*0*/ value: kotlin.Long): kotlin.Unit
public fun takeLongX(/*0*/ value: kotlin.Long?): kotlin.Unit
public fun test_1(): kotlin.Unit