Files
kotlin/compiler/testData/codegen/light-analysis/builtinStubMethods/MapEntryWithSetValue.txt

14 lines
496 B
Plaintext
Vendored

public final class MapEntryWithSetValueKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyMapEntry {
public method <init>(): void
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
public method getKey(): java.lang.Object
public method getValue(): java.lang.Object
public method hashCode(): int
public final method setValue(p0: java.lang.Object): java.lang.Object
}