blob: a0f8876c65725070a7f7719cfff776e1a8eb7006 [file] [log] [blame]
class A
interface T
fun foo() {
fun bar() {
class Test : A(), T
}
}