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,8 @@
|
||||
// "Wrap with '?.let { ... }' call" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
operator fun Int.invoke() = this
|
||||
|
||||
fun foo(arg: Int?) {
|
||||
<caret>arg()
|
||||
}
|
||||
Reference in New Issue
Block a user