Replace with safe call works now on UNSAFE_IMPLICIT_INVOKE #KT-12628 Fixed
(cherry picked from commit 208798d)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a9c30e878b
commit
995a633229
@@ -0,0 +1,3 @@
|
||||
// "Replace with safe (?.) call" "true"
|
||||
|
||||
fun foo(exec: (() -> Unit)?) = exec<caret>()
|
||||
Reference in New Issue
Block a user