mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
28 lines
1.3 KiB
Plaintext
Vendored
28 lines
1.3 KiB
Plaintext
Vendored
public final class A {
|
|
private @org.jetbrains.annotations.NotNull field mem: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method getMem(): java.lang.String
|
|
public final method setMem(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
|
|
public final class B {
|
|
private @org.jetbrains.annotations.NotNull field mem: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method getMem(): java.lang.String
|
|
public final method setMem(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
|
|
public final class PropertyEqualsHashCodeKt {
|
|
private static field top2: int
|
|
private final static field top: int
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method checkEqual(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
|
|
public final static method getCharExt(p0: char): int
|
|
public final static method getIntExt(p0: int): int
|
|
public final static method getTop(): int
|
|
public final static method getTop2(): int
|
|
public final static method setTop2(p0: int): void
|
|
}
|