Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
staticFields
/
staticTraitProperty.java
blob: 30b548aa9e43ce028f13e5f7971f7c353eddb1d7 [
file
]
package
test
;
class
staticTraitProperty
{
public
static
void
main
(
String
[]
args
)
{
int
i
=
Test
.
valProp
;
}
}