5 lines
94 B
Kotlin
5 lines
94 B
Kotlin
// "Change type arguments to <*>" "true"
|
|
public fun foo(a: Any) {
|
|
a as List<Int><caret>
|
|
}
|