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