mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
19 lines
592 B
Plaintext
Vendored
19 lines
592 B
Plaintext
Vendored
public final class A {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class B {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class NoOptimizationKt {
|
|
private static field holder: int
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method getHolder(): int
|
|
public final static @org.jetbrains.annotations.NotNull method not(@org.jetbrains.annotations.NotNull p0: A): A
|
|
public final static method not(@org.jetbrains.annotations.NotNull p0: B): boolean
|
|
public final static method setHolder(p0: int): void
|
|
}
|