blob: d11f9c00516cb62798f33201ed67e340cc0cd27b [file] [log] [blame]
// WITH_RUNTIME
fun getEntry() : Map.Entry<kotlin.Array<String>, java.sql.Array> {
throw Error()
}
val <caret>x = getEntry()