Remove binary test data for tests with broken jars
This commit is contained in:
BIN
Binary file not shown.
+3
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
public object Lol
|
||||
-10
@@ -1,10 +0,0 @@
|
||||
package test
|
||||
|
||||
// To regenerate this test, run CompileBinaryTestData.kt
|
||||
|
||||
// Manual instructions:
|
||||
// 1. Compile this file
|
||||
// 2. Delete test/Lol.class
|
||||
// 3. Pack test/ into broken.jar
|
||||
|
||||
public object Lol
|
||||
BIN
Binary file not shown.
-14
@@ -1,14 +0,0 @@
|
||||
package test
|
||||
|
||||
// To regenerate this test, run CompileBinaryTestData.kt
|
||||
|
||||
// Manual instructions:
|
||||
// 1. Compile this file
|
||||
// 2. Delete test/E.class
|
||||
// 3. Pack test/ into jar
|
||||
|
||||
enum class E { ENTRY }
|
||||
|
||||
annotation class Anno(val e: E)
|
||||
|
||||
Anno(E.ENTRY) open class Class
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
enum class E { ENTRY }
|
||||
|
||||
annotation class Anno(val e: E)
|
||||
|
||||
Anno(E.ENTRY) open class Class
|
||||
Reference in New Issue
Block a user