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