Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
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
;
}
}