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