Quick-fix "wrap with safe let call" introduced #KT-11104 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
f8b6ed226a
commit
47c1106d5d
@@ -0,0 +1,6 @@
|
||||
// "Wrap with '?.let { ... }' call" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo(exec: (() -> Unit)?) {
|
||||
<caret>exec()
|
||||
}
|
||||
Reference in New Issue
Block a user