Files
kotlin-fork/compiler/testData/codegen/light-analysis/super/kt14243_class.txt
T

27 lines
735 B
Plaintext
Vendored

public final class Kt14243_classKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public class Z {
public method <init>(): void
public method test(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
}
public class ZImpl {
public method <init>(): void
}
public class ZImpl2 {
public method <init>(): void
}
public final class ZImpl3 {
public method <init>(): void
public @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
public synthetic method test(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
}