Advertise CompileBinaryTestData.kt in tests with binaries
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
package test
|
||||
|
||||
// To regenerate this 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
|
||||
|
||||
+2
-1
@@ -1,5 +1,6 @@
|
||||
package test
|
||||
|
||||
// To regenerate this test, compile this file into jar
|
||||
// To regenerate this test, run CompileBinaryTestData.kt
|
||||
// Or manually compile this file into jar
|
||||
|
||||
public object Lol
|
||||
|
||||
+3
@@ -1,5 +1,8 @@
|
||||
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 {
|
||||
|
||||
+3
-1
@@ -1,6 +1,8 @@
|
||||
package test
|
||||
|
||||
// To regenerate this test:
|
||||
// To regenerate this test, run CompileBinaryTestData.kt
|
||||
|
||||
// Manual instructions:
|
||||
// 1. Compile this file
|
||||
// 2. Delete test/E.class
|
||||
// 3. Pack test/ into jar
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package dependency
|
||||
|
||||
// To regenerate this test, compile this file into jar
|
||||
// To regenerate this test, run CompileBinaryTestData.kt
|
||||
// Or manually, compile this file into jar
|
||||
|
||||
public open class A {
|
||||
public open fun foo() {}
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
package abc
|
||||
|
||||
// To regenerate this test, run CompileBinaryTestData.kt
|
||||
// Or manually, compile this file into jar
|
||||
|
||||
public fun abcdAAA1(): Unit {}
|
||||
|
||||
public fun abcdBBB2(i: Int) {}
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
package abc
|
||||
|
||||
// To regenerate this test, run CompileBinaryTestData.kt
|
||||
// Or manually, compile this file into jar
|
||||
|
||||
public fun abcdAAA1(): Unit {}
|
||||
|
||||
public fun abcdBBB2(i: Int) {}
|
||||
|
||||
Reference in New Issue
Block a user