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:
committed by
Space Team
parent
e4a608c6e7
commit
9c67616b25
@@ -1,13 +0,0 @@
|
||||
public enum Foo {
|
||||
/*public static final*/ BLA /* = new Foo() */;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.lang.String bla = null;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.String getBla() {
|
||||
return null;
|
||||
}
|
||||
|
||||
Foo(java.lang.String bla) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user