Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
staticFields
/
staticTraitProperty.kt
blob: 870d34e4b2cf1a846507eb30d81309fb0c407446 [
file
]
package
test
interface
Test
{
companion
object
{
public
const
val valProp
:
Int
=
10
}
}