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