import kotlin.lang.test

interface A {
    fun x()
}

fun xxx(): Int {
    return 888
}

public fun main(args: Array<String>) {
}
