5 lines
92 B
Kotlin
Vendored
5 lines
92 B
Kotlin
Vendored
import kotlin.collections.Map.Entry
|
|
|
|
class A {
|
|
internal fun foo(o: Entry<Any, Any>) {}
|
|
} |