Files
kotlin-fork/idea/testData/quickfix/addStarProjections/cast/beforeChangeToStarProjectionNullable.kt
T
2013-03-02 21:16:17 +04:00

5 lines
101 B
Kotlin

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