Files
kotlin-fork/compiler/testData/codegen/light-analysis/syntheticAccessors/kt10047.txt
T

30 lines
890 B
Plaintext
Vendored

public class test/Actor {
public method <init>(): void
}
public abstract class test/O2dScriptAction {
private @org.jetbrains.annotations.Nullable field owner: test.Actor
public method <init>(): void
protected final @org.jetbrains.annotations.Nullable method calc(): test.Actor
protected final @org.jetbrains.annotations.Nullable method getOwner(): test.Actor
private final method setOwner(p0: test.Actor): void
}
public final class test2/AKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class test2/CompositeActor {
public method <init>(): void
}
public class test2/O2dDialog {
public method <init>(): void
public final @org.jetbrains.annotations.Nullable method test(): test2.CompositeActor
public final @org.jetbrains.annotations.Nullable method test2(): test2.CompositeActor
}