mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
12 lines
453 B
Java
Vendored
12 lines
453 B
Java
Vendored
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 */ }
|
|
}
|
|
} |