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