mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
22 lines
565 B
Plaintext
Vendored
22 lines
565 B
Plaintext
Vendored
public interface A {
|
|
inner class A/DefaultImpls
|
|
public abstract @org.jetbrains.annotations.Nullable method test(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class A/DefaultImpls {
|
|
inner class A/DefaultImpls
|
|
public static @org.jetbrains.annotations.Nullable method test(p0: A): java.lang.String
|
|
}
|
|
|
|
|
|
public final class B {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.Nullable method test(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class TestKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|