34 lines
1.3 KiB
Plaintext
Vendored
34 lines
1.3 KiB
Plaintext
Vendored
public final class A {
|
|
public final static field Companion: A.Companion
|
|
private final static @org.jetbrains.annotations.NotNull field b: java.lang.String
|
|
inner class A/Companion
|
|
public method <init>(): void
|
|
public final static @kotlin.jvm.JvmStatic @testAnnotation @org.jetbrains.annotations.NotNull method test1(): java.lang.String
|
|
}
|
|
|
|
|
|
public final static class A/Companion {
|
|
inner class A/Companion
|
|
private method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
|
|
public final @kotlin.jvm.JvmStatic @testAnnotation @org.jetbrains.annotations.NotNull method test1(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class B {
|
|
public final static field INSTANCE: B
|
|
private final static @org.jetbrains.annotations.NotNull field b: java.lang.String
|
|
private method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
|
|
public final static @kotlin.jvm.JvmStatic @testAnnotation @org.jetbrains.annotations.NotNull method test1(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class TestKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
public annotation class testAnnotation
|