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

30 lines
744 B
Plaintext
Vendored

public final class C1 {
public method <init>(): void
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
}
public final class C2 {
public method <init>(): void
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
}
public class ClassWithToString {
public method <init>(): void
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
}
public interface ISomething
public interface IWithToString {
public abstract @org.jetbrains.annotations.NotNull method toString(): java.lang.String
}
public final class UnqualifiedSuperWithMethodsOfAnyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}