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