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