5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
// "Remove elvis operator" "true"
|
|
fun foo(a: String) {
|
|
val b : String = <caret>a
|
|
}
|