Advertise CompileBinaryTestData.kt in tests with binaries

This commit is contained in:
Alexander Udalov
2013-09-25 16:04:17 +04:00
parent 983dfbdf3c
commit a814f6a897
7 changed files with 19 additions and 4 deletions
@@ -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
@@ -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
@@ -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 {
@@ -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) {}