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