5 lines
78 B
Kotlin
Vendored
5 lines
78 B
Kotlin
Vendored
// "Remove cast" "true"
|
|
fun foo(a: String) {
|
|
val b = a <caret>as String
|
|
}
|