4 lines
68 B
Plaintext
Vendored
4 lines
68 B
Plaintext
Vendored
// "Remove useless cast" "true"
|
|
fun foo(a: String) {
|
|
val b = a
|
|
} |