Remove binary test data for some tests
Launch CLICompiler instead to compile it
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
-11
@@ -1,11 +0,0 @@
|
||||
package testing
|
||||
|
||||
// To regenerate this test, run CompileBinaryTestData.kt
|
||||
// Or manually, compile this file into DuplicateLibTest-1.jar and copy it to DuplicateLibTest-2.jar
|
||||
|
||||
object TopLevelObject
|
||||
|
||||
class Outer {
|
||||
inner class Inner
|
||||
class Nested
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
package testing
|
||||
|
||||
object TopLevelObject
|
||||
|
||||
class Outer {
|
||||
inner class Inner
|
||||
class Nested
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
package testing
|
||||
|
||||
object TopLevelObject
|
||||
|
||||
class Outer {
|
||||
inner class Inner
|
||||
class Nested
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
public object Lol
|
||||
BIN
Binary file not shown.
-6
@@ -1,6 +0,0 @@
|
||||
package test
|
||||
|
||||
// To regenerate this test, run CompileBinaryTestData.kt
|
||||
// Or manually compile this file into jar
|
||||
|
||||
public object Lol
|
||||
Reference in New Issue
Block a user