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,62 +0,0 @@
/**
* public final class Test : kotlin/Any {
*
* // signature: <init>()V
* public constructor()
*
* // companion object: A
*
* // nested class: A
*
* // module name: main
* }
*/
@kotlin.Metadata()
public final class Test {
@org.jetbrains.annotations.NotNull()
public static final Test.A A = null;
@org.jetbrains.annotations.NotNull()
private static final java.lang.String test = "";
public Test() {
super();
}
@org.jetbrains.annotations.NotNull()
public static final java.lang.String getTest() {
return null;
}
/**
* public final companion object Test.A : kotlin/Any {
*
* // signature: <init>()V
* private constructor()
*
* // field: test:Ljava/lang/String;
* // getter: getTest()Ljava/lang/String;
* // synthetic method for annotations: getTest$annotations()V
* public final val test: kotlin/String (* = ... *)
* public final get
*
* // module name: main
* }
*/
@kotlin.Metadata()
public static final class A {
private A() {
super();
}
@org.jetbrains.annotations.NotNull()
public final java.lang.String getTest() {
return null;
}
@kotlin.jvm.JvmStatic()
@java.lang.Deprecated()
public static void getTest$annotations() {
}
}
}