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