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

5 lines
85 B
Kotlin

// "Change type arguments to <*>" "true"
public fun foo(a: Any) {
a as List<*>
}