5 lines
85 B
Plaintext
Vendored
5 lines
85 B
Plaintext
Vendored
// "Change type arguments to <*>" "true"
|
|
public fun foo(a: Any) {
|
|
a as List<*>
|
|
}
|