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