Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
ClassWithConstVal.txt
blob: 383720d408edec26bea1162ea09fc3ea6761195d [
file
] [
log
] [
blame
]
package test
public final class ClassWithConstVal {
public constructor ClassWithConstVal()
public final val f: kotlin.Int = 1
public final val f2: kotlin.Int = 1
}