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