5 lines
73 B
Plaintext
Vendored
5 lines
73 B
Plaintext
Vendored
// "Remove useless cast" "true"
|
|
fun foo(a: Any) {
|
|
val b = a<caret>
|
|
}
|