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

5 lines
94 B
Kotlin

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