Files
kotlin-fork/compiler/testData/diagnostics/tests/inline/unaryExpressions/notOnCall.kt
T
Svetlana Isakova 72e9822d99 All RESOLVED_CALL getters replaced with util methods
JetElement.getResolvedCall(BindingContext)
  JetElement.getResolvedCallForSure(BindingContext)
2014-07-08 14:57:37 +04:00

3 lines
76 B
Kotlin
Vendored

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