blob: 9696f8659aa11aa7c21a34b80e1f6258d4df33e9 [file] [log] [blame]
interface T {
fun foo()
fun bar()
}
class C(t :T) : T by t {
<caret>
}
// KT-5103