Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
classFun
/
FunDelegationToTraitImpl.kt
blob: 2eab00c8bb58f481de3c6417403d8bb46d13263f [
file
]
package
test
// test composed from KT-2193
interface
A
{
open fun f
():
String
=
"test"
}
class
B
()
:
A