26 lines
940 B
Plaintext
Vendored
26 lines
940 B
Plaintext
Vendored
public final class A {
|
|
private final @org.jetbrains.annotations.NotNull field z: java.lang.String
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class B {
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
|
}
|
|
|
|
|
|
public final class ClassB {
|
|
private final @org.jetbrains.annotations.NotNull field x: A
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method call(): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method getX(): A
|
|
public final @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: B): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Kt14201_2Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|