Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
staticFields
/
kt3698.kt
blob: 058b249d9a2bf95d9644d58a1f3a10e2544ce6ea [
file
]
package
test
class
KotlinClass
{
companion
object
{
const
val FOO
:
Int
=
10
}
}