4 lines
69 B
Kotlin
4 lines
69 B
Kotlin
// "Add '<*>'" "true"
|
|
public fun foo(a: Any) {
|
|
a is jet.List<*>
|
|
} |