Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
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 */