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