blob: c47bff51b766cde4b9e3ff09023efe93f9872811 [file]
public interface B extends p.A {
@org.jetbrains.annotations.NotNull
java.lang.String b();
static final class DefaultImpls {
@org.jetbrains.annotations.NotNull
public static java.lang.String b(p.B $this) { /* compiled code */ }
@org.jetbrains.annotations.NotNull
public static java.lang.String a(p.B $this) { /* compiled code */ }
}
}