KT-56891 SLC Don't include abstract members in DefaultImpls
This commit is contained in:
committed by
Space Team
parent
331cc1465a
commit
378bb4c4ac
Vendored
+3
@@ -2,6 +2,9 @@ public abstract interface C /* p.C*/ extends p.B {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public abstract java.lang.String c();// c()
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public abstract java.lang.String more();// more()
|
||||
|
||||
public static final class DefaultImpls /* p.C.DefaultImpls*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static java.lang.String a(@org.jetbrains.annotations.NotNull() p.C);// a(p.C)
|
||||
|
||||
Reference in New Issue
Block a user