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