Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
ClassValAbstract.txt
blob: 3a97aa0c686e4b9e6f050d6fccd7296b85cd6063 [
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
}