Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
fromLoadJava
/
ClassWithConstVal.kt
blob: 6f32756c1343504bac3793d7aa20bdac6222f1de [
file
] [
log
] [
blame
]
package
test
public
class
ClassWithConstVal
()
{
public
val f
:
Int
=
1
public
val f2
:
Int
=
f
}