Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlinWithStdlib
/
annotations
/
JvmFieldInInterfaceCompanion.kt
blob: eba803f9ae68414c0454b45ca64b82a76a0bfd8a [
file
]
package
test
interface
I
{
companion
object
{
@JvmField
val x
=
"x"
@JvmField
val y
=
"y"
}
}