7eec1d8e1d
#KT-10679 Fixed
4 lines
52 B
Kotlin
Vendored
4 lines
52 B
Kotlin
Vendored
package test
|
|
|
|
inline fun <R> call(s: () -> R) = s()
|