Files
kotlin/compiler/testData/codegen/light-analysis/operatorConventions/operatorSetLambda.txt
2016-12-05 20:10:32 +03:00

17 lines
932 B
Plaintext
Vendored

public final class Obj {
public final static field INSTANCE: Obj
private static @org.jetbrains.annotations.NotNull field key: java.lang.String
private static @org.jetbrains.annotations.NotNull field value: java.lang.String
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getKey(): java.lang.String
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
public final method set(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
public final method setKey(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class OperatorSetLambdaKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}