Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inline
/
kt19679.kt
blob: f0149d6d4a0429fa4782cb5cbc8f6ff32ab9573f [
file
]
// FIR_IDENTICAL
inline
fun test
(
s
:
()
->
Unit
,
<!
NULLABLE_INLINE_PARAMETER
!>
p
:
(()
->
Unit
)?<!>)
{
s
()
p
?.
invoke
()
}