KT-56891 SLC Don't include abstract members in DefaultImpls
This commit is contained in:
committed by
Space Team
parent
331cc1465a
commit
378bb4c4ac
Vendored
+2
@@ -11,4 +11,6 @@ interface B: A {
|
||||
|
||||
interface C : B {
|
||||
fun c() = "c"
|
||||
|
||||
fun more(): String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user