[FIR] Fix redundant calls to firEffectiveVisibility()
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ interface A extends C {
|
||||
|
||||
// FILE: B.kt
|
||||
|
||||
interface B : <!EXPOSED_SUPER_INTERFACE!>A<!> {
|
||||
interface B : A {
|
||||
fun bar()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user