Files
kotlin-fork/compiler/testData/diagnostics/tests/inline/unaryExpressions/notOnCall.kt
T

4 lines
93 B
Kotlin
Vendored

// FIR_IDENTICAL
public inline fun test(predicate: (Char) -> Boolean) {
!predicate('c')
}