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

5 lines
85 B
Plaintext
Vendored

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