46 lines
2.0 KiB
Plaintext
Vendored
46 lines
2.0 KiB
Plaintext
Vendored
public final class CActing {
|
|
private final @org.jetbrains.annotations.NotNull field value: java.lang.String
|
|
public @synthetic.kotlin.jvm.GeneratedByJvmOverloads method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
public @org.jetbrains.annotations.NotNull method act(): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class DelegationToValKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public interface IActing {
|
|
public abstract @org.jetbrains.annotations.NotNull method act(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Test {
|
|
private final @org.jetbrains.annotations.NotNull field acting: CActing
|
|
public @synthetic.kotlin.jvm.GeneratedByJvmOverloads method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: CActing): void
|
|
public synthetic method <init>(p0: CActing, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
public @org.jetbrains.annotations.NotNull method act(): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method getActing(): CActing
|
|
}
|
|
|
|
|
|
public class Test2 {
|
|
private final @org.jetbrains.annotations.NotNull field acting: CActing
|
|
public @synthetic.kotlin.jvm.GeneratedByJvmOverloads method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: CActing): void
|
|
public synthetic method <init>(p0: CActing, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
public @org.jetbrains.annotations.NotNull method act(): java.lang.String
|
|
public @org.jetbrains.annotations.NotNull method getActing(): CActing
|
|
}
|
|
|
|
|
|
public final class Test3 {
|
|
private final @org.jetbrains.annotations.NotNull field acting: CActing
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method getActing(): CActing
|
|
}
|