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,30 +0,0 @@
package kapt;
import kotlin.annotation.Repeatable;
/**
* public final enum class kapt/Options : kotlin/Enum<kapt/Options> {
*
* // signature: <init>(Ljava/lang/String;I)V
* private constructor()
*
* A,
*
* B,
*
* C,
*
* // module name: main
*
* // has Enum.entries
* }
*/
@kotlin.Metadata()
public enum Options {
/*public static final*/ A /* = new Options() */,
/*public static final*/ B /* = new Options() */,
/*public static final*/ C /* = new Options() */;
Options() {
}
}