mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
12 lines
136 B
Kotlin
Vendored
12 lines
136 B
Kotlin
Vendored
package test
|
|
|
|
interface I {
|
|
companion object {
|
|
@JvmField
|
|
val x = "x"
|
|
|
|
@JvmField
|
|
val y = "y"
|
|
}
|
|
}
|