All RESOLVED_CALL getters replaced with util methods
JetElement.getResolvedCall(BindingContext) JetElement.getResolvedCallForSure(BindingContext)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
public inline fun test(predicate: (Char) -> Boolean) {
|
||||
!predicate('c')
|
||||
}
|
||||
Reference in New Issue
Block a user