Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
delegation
/
Function.kt
blob: 101fd1907baea91d1bcbc9b8b32283449b72d4a6 [
file
]
// Derived
interface
Base
{
fun baz
(
g
:
String
):
String
}
class
Derived
(
x
:
Base
):
Base
by
x