Kapt: remove old JVM backend test data (1/2)

In this commit, .txt expectation test data files for the old JVM backend
are deleted.

 #KT-64680
This commit is contained in:
Alexander Udalov
2024-01-02 17:22:47 +01:00
committed by Space Team
parent e4a608c6e7
commit 9c67616b25
63 changed files with 0 additions and 10417 deletions
@@ -1,580 +0,0 @@
package test;
/**
* public final class test/A$B : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // field: c:Ltest/A$B$C;
* public final lateinit var c: test/A$B.C
* public final get
* public final set
*
* // field: de:Ltest/A$B$D$E;
* public final lateinit var de: test/A$B.D$E
* public final get
* public final set
*
* // field: dee:Ltest/A$B$D$$E;
* public final lateinit var dee: test/A$B.D$$E
* public final get
* public final set
*
* // field: deee:Ltest/A$B$D$$$E;
* public final lateinit var deee: test/A$B.D$$$E
* public final get
* public final set
*
* // field: jc:Ltest/J$B$C;
* public final lateinit var jc: test/J$B.C
* public final get
* public final set
*
* // field: jde:Ltest/J$B$D$E;
* public final lateinit var jde: test/J$B.D$E
* public final get
* public final set
*
* // field: jdee:Ltest/J$B$D$$E;
* public final lateinit var jdee: test/J$B.D$$E
* public final get
* public final set
*
* // field: jdeee:Ltest/J$B$D$$$E;
* public final lateinit var jdeee: test/J$B.D$$$E
* public final get
* public final set
*
* // nested class: C
*
* // nested class: D$$$E
*
* // nested class: D$$E
*
* // nested class: D$E
*
* // module name: main
* }
*/
@kotlin.Metadata()
public final class A$B {
@kotlin.jvm.JvmField()
public test.A$B.C c;
@kotlin.jvm.JvmField()
public test.A$B.D$E de;
@kotlin.jvm.JvmField()
public test.J$B.C jc;
@kotlin.jvm.JvmField()
public test.J$B.D$E jde;
@kotlin.jvm.JvmField()
public test.A$B.D$$E dee;
@kotlin.jvm.JvmField()
public test.A$B.D$$$E deee;
@kotlin.jvm.JvmField()
public test.J$B.D$$E jdee;
@kotlin.jvm.JvmField()
public test.J$B.D$$$E jdeee;
public A$B() {
super();
}
/**
* public final class test/A$B.C : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static final class C {
public C() {
super();
}
}
/**
* public final class test/A$B.D$E : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // field: f:Ltest/A$B$D$E$F;
* public final lateinit var f: test/A$B.D$E.F
* public final get
* public final set
*
* // field: fg:Ltest/A$B$D$E$F$G;
* public final lateinit var fg: test/A$B.D$E.F$G
* public final get
* public final set
*
* // field: jf:Ltest/J$B$D$E$F;
* public final lateinit var jf: test/J$B.D$E.F
* public final get
* public final set
*
* // field: jfg:Ltest/J$B$D$E$F$G;
* public final lateinit var jfg: test/J$B.D$E.F$G
* public final get
* public final set
*
* // nested class: F
*
* // nested class: F$G
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static final class D$E {
@kotlin.jvm.JvmField()
public test.A$B.D$E.F f;
@kotlin.jvm.JvmField()
public test.A$B.D$E.F$G fg;
@kotlin.jvm.JvmField()
public test.J$B.D$E.F jf;
@kotlin.jvm.JvmField()
public test.J$B.D$E.F$G jfg;
public D$E() {
super();
}
/**
* public final class test/A$B.D$E.F : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static final class F {
public F() {
super();
}
}
/**
* public final class test/A$B.D$E.F$G : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static final class F$G {
public F$G() {
super();
}
}
}
/**
* public final class test/A$B.D$$E : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static final class D$$E {
public D$$E() {
super();
}
}
/**
* public final class test/A$B.D$$$E : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static final class D$$$E {
public D$$$E() {
super();
}
}
}
////////////////////
package test;
/**
* public final class test/Experiment : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // nested class: Group
*
* // nested class: Type
*
* // module name: main
* }
*/
@kotlin.Metadata()
public final class Experiment {
public Experiment() {
super();
}
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
/**
* public final annotation class test/Experiment.Type : kotlin/Annotation {
*
* // signature: <init>()V
* public constructor()
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static abstract @interface Type {
}
@test.Experiment.Type()
/**
* public final data class test/Experiment.Group : kotlin/Any {
*
* // signature: <init>(Ljava/lang/String;)V
* public constructor(s: kotlin/String)
*
* // signature: component1()Ljava/lang/String;
* public final (* synthesized *) operator fun component1(): kotlin/String
*
* // signature: copy(Ljava/lang/String;)Ltest/Experiment$Group;
* public final (* synthesized *) fun copy(s: kotlin/String (* = ... *)): test/Experiment.Group
*
* // signature: equals(Ljava/lang/Object;)Z
* public open (* synthesized *) operator fun equals(other: kotlin/Any?): kotlin/Boolean
*
* // signature: hashCode()I
* public open (* synthesized *) fun hashCode(): kotlin/Int
*
* // signature: toString()Ljava/lang/String;
* public open (* synthesized *) fun toString(): kotlin/String
*
* // field: s:Ljava/lang/String;
* // getter: getS()Ljava/lang/String;
* public final val s: kotlin/String
* public final get
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static final class Group {
@org.jetbrains.annotations.NotNull()
private final java.lang.String s = null;
@org.jetbrains.annotations.NotNull()
public final test.Experiment.Group copy(@org.jetbrains.annotations.NotNull()
java.lang.String s) {
return null;
}
@java.lang.Override()
public boolean equals(@org.jetbrains.annotations.Nullable()
java.lang.Object other) {
return false;
}
@java.lang.Override()
public int hashCode() {
return 0;
}
@java.lang.Override()
@org.jetbrains.annotations.NotNull()
public java.lang.String toString() {
return null;
}
public Group(@org.jetbrains.annotations.NotNull()
java.lang.String s) {
super();
}
@org.jetbrains.annotations.NotNull()
public final java.lang.String component1() {
return null;
}
@org.jetbrains.annotations.NotNull()
public final java.lang.String getS() {
return null;
}
}
}
////////////////////
package test;
/**
* public final class test/Foo : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // nested class: Bar
*
* // module name: main
* }
*/
@kotlin.Metadata()
public final class Foo {
public Foo() {
super();
}
/**
* public open class test/Foo.Bar : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // nested class: Zoo
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static class Bar {
public Bar() {
super();
}
/**
* public final object test/Foo.Bar.Zoo : kotlin/Any {
*
* // signature: <init>()V
* private constructor()
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static final class Zoo {
@org.jetbrains.annotations.NotNull()
public static final test.Foo.Bar.Zoo INSTANCE = null;
private Zoo() {
super();
}
}
}
}
////////////////////
package test;
/**
* public abstract interface test/IFoo : kotlin/Any {
*
* // nested class: IBar
*
* // module name: main
* }
*/
@kotlin.Metadata()
public abstract interface IFoo {
/**
* public abstract interface test/IFoo.IBar : kotlin/Any {
*
* // nested class: Anno
*
* // nested class: IZoo
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static abstract interface IBar {
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
/**
* public final annotation class test/IFoo.IBar.Anno : kotlin/Annotation {
*
* // signature: <init>(Lkotlin/Array;)V
* public constructor(vararg value: kotlin/reflect/KClass<*> (* kotlin/Array<out kotlin/reflect/KClass<*>> *))
*
* // getter: value()[Ljava/lang/Class;
* public final val value: kotlin/Array<out kotlin/reflect/KClass<*>>
* public final get
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static abstract @interface Anno {
public abstract java.lang.Class<?>[] value();
}
@test.IFoo.IBar.Anno(value = {test.IFoo.IBar.IZoo.class})
/**
* public abstract interface test/IFoo.IBar.IZoo : kotlin/Any {
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static abstract interface IZoo {
}
}
}
////////////////////
package test;
public class J$B {
public J$B() {
super();
}
public class C {
public C() {
super();
}
}
public class D$E {
public D$E() {
super();
}
class F {
F() {
super();
}
}
class F$G {
F$G() {
super();
}
}
}
public class D$$E {
public D$$E() {
super();
}
}
public class D$$$E {
public D$$$E() {
super();
}
}
}
////////////////////
package test;
class JavaClass {
JavaClass() {
super();
}
class Foo {
Foo() {
super();
}
class Bar {
Bar() {
super();
}
}
}
}
////////////////////
package test;
@test.IFoo.IBar.Anno(value = {test.IFoo.IBar.IZoo.class, test.Foo.Bar.class})
/**
* public final class test/Test1 : test/Foo.Bar, test/IFoo.IBar, test/IFoo.IBar.IZoo {
*
* // signature: <init>(Ltest/Foo$Bar$Zoo;)V
* public constructor(zoo: test/Foo.Bar.Zoo)
*
* // signature: a()Ljava/lang/Thread$State;
* public final fun a(): java/lang/Thread.State
*
* // signature: b(Ltest/JavaClass$Foo;Ltest/JavaClass$Foo$Bar;)V
* public final fun b(foo: test/JavaClass.Foo, bar: test/JavaClass.Foo.Bar): kotlin/Unit
*
* // field: zoo:Ltest/Foo$Bar$Zoo;
* // getter: getZoo()Ltest/Foo$Bar$Zoo;
* public final val zoo: test/Foo.Bar.Zoo
* public final get
*
* // module name: main
* }
*/
@kotlin.Metadata()
public final class Test1 extends test.Foo.Bar implements test.IFoo.IBar, test.IFoo.IBar.IZoo {
@org.jetbrains.annotations.NotNull()
private final test.Foo.Bar.Zoo zoo = null;
public Test1(@org.jetbrains.annotations.NotNull()
test.Foo.Bar.Zoo zoo) {
super();
}
@org.jetbrains.annotations.NotNull()
public final test.Foo.Bar.Zoo getZoo() {
return null;
}
@org.jetbrains.annotations.NotNull()
public final java.lang.Thread.State a() {
return null;
}
public final void b(@org.jetbrains.annotations.NotNull()
test.JavaClass.Foo foo, @org.jetbrains.annotations.NotNull()
test.JavaClass.Foo.Bar bar) {
}
}