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