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