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

5 lines
94 B
Kotlin
Vendored

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