4 lines
73 B
Kotlin
Vendored
4 lines
73 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
inline fun <T1, T2, reified T3, T4> foo(): T3 = null!!
|
|
|