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