Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
modifiers
/
OpenInterface2.kt
blob: 24f381c9b18595f7b2c98b16f198eaeabd4407cd [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// ISSUE: KT-68724
interface
A
{
fun foo
()
}
<!
REDUNDANT_MODIFIER_FOR_TARGET
!>
open
<!>
interface
B
:
A
{
}
/* GENERATED_FIR_TAGS: functionDeclaration, interfaceDeclaration */