Files
kotlin-fork/compiler/testData/codegen/light-analysis/operatorConventions/kt14201.txt
T

19 lines
695 B
Plaintext
Vendored

@kotlin.Metadata
public final class ClassB {
private final @org.jetbrains.annotations.NotNull field value: Intf
private final @org.jetbrains.annotations.NotNull field x: kotlin.jvm.functions.Function0
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getValue(): Intf
public final @org.jetbrains.annotations.NotNull method getX(): kotlin.jvm.functions.Function0
}
@kotlin.Metadata
public interface Intf {
public abstract @org.jetbrains.annotations.NotNull method getAValue(): java.lang.String
}
@kotlin.Metadata
public final class Kt14201Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}