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