ebb9659e03
Currently JVM IR is not supported in kapt, so almost all tests are failing, and thus are muted with IGNORE_BACKEND. #KT-49682
5 lines
162 B
Kotlin
Vendored
5 lines
162 B
Kotlin
Vendored
interface EntryHolder {
|
|
fun entry(p: Map.Entry<CharSequence, Map.Entry<String, Int>>): Map.Entry<String, Any>
|
|
val entryProperty: Map.Entry<String, Any>
|
|
}
|