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