Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4783822fbc6124c4ba34c64fc79b53dde6b500f7
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
ClassValAbstract.txt
blob: 1a41e583de02d48de6c8f41c26937ebbeaeeaf4c [
file
]
package test
public abstract class ClassValAbstract {
/*primary*/ public constructor ClassValAbstract()
public abstract val a: kotlin.Int
public abstract fun `<get-a>`(): kotlin.Int
}