79ecc7fd5c
#KT-19679 Fixed
4 lines
108 B
Kotlin
Vendored
4 lines
108 B
Kotlin
Vendored
inline fun test(s: () -> Unit, <!NULLABLE_INLINE_PARAMETER!>p: (() -> Unit)?<!>) {
|
|
s()
|
|
p?.invoke()
|
|
} |