blob: 9a4ae5c12d0ec14b821dac9ea89dfabb1be97261 [file]
// RUN_PIPELINE_TILL: BACKEND
// ISSUE: KT-57568
fun <T, K> T.convert(): K = null!!
fun of(size: ULong) {
of(size.convert())
}
fun of(size: Int) {}
fun of(size: Long) {}
/* GENERATED_FIR_TAGS: checkNotNullCall, funWithExtensionReceiver, functionDeclaration, nullableType, typeParameter */