Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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