Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
java8Overrides
/
singleRelevantDefault.kt
blob: cc458dac13d6db19a912fcded4968e6d12707d9c [
file
]
// RUN_PIPELINE_TILL: BACKEND
interface
ITop
{
fun foo
()
{}
}
interface
ILeft
:
ITop
interface
IRight
:
ITop
interface
IDerived
:
ILeft
,
IRight
/* GENERATED_FIR_TAGS: functionDeclaration, interfaceDeclaration */