package test interface I { companion object { @JvmField val x = "x" @JvmField val y = "y" } }