a901de5112
Fixes relevant "replace let" and "if to elvis" cases
7 lines
113 B
Plaintext
Vendored
7 lines
113 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: true
|
|
|
|
fun foo() {
|
|
val foo: String? = null
|
|
foo?.hashCode()?.hashCode()
|
|
} |