Files
kotlin-fork/idea/testData/quickfix/addStarProjections/cast/changeToStarProjectionNullable.kt
T

5 lines
101 B
Kotlin
Vendored

// "Change type arguments to <*, *>" "true"
public fun foo(a: Any?) {
a as Map<*, Int>?<caret>
}