blob: 995eb35b70da9316845ead96e1b6efa55a6688bb [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(@org.jetbrains.annotations.NotNull p.B $this) { /* compiled code */ }
@org.jetbrains.annotations.NotNull
public static java.lang.String a(@org.jetbrains.annotations.NotNull p.B $this) { /* compiled code */ }
}
}