Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
delegation
/
Property.kt
blob: 7b2c815ace1b360e48a84bc8ffd03521e250664a [
file
]
// Derived
interface
Base
{
val boo
:
String
}
class
Derived
(
x
:
Base
):
Base
by
x