blob: 48de19719efcabc05fc81f0348b7cd43f0c61048 [file]
interface First
interface Second : First {
fun foo()
}