Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
PropFromSuperclass.kt
blob: 02122caab951049f7adb6454c2a91b7f76457a2b [
file
] [
log
] [
blame
]
//ALLOW_AST_ACCESS
package
test
open
class
BaseClass
()
{
val exactly
=
17
}
class
Subclass
()
:
BaseClass
()
{
}