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