Regenerate compiled testData
Add sources and instructions to tests which had compiled jars in the testData. PLEASE ALWAYS ADD SOURCES for tests with jars. Delete runtime, stdlib and their sources from these jars -- PLEASE DO NOT PUT kotlin-runtime.jar INTO TEST DATA JARS: every such jar is around 1Mb, it spoils the repository
This commit is contained in:
BIN
Binary file not shown.
+8
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
// To regenerate this test:
|
||||
// 1. Compile this file
|
||||
// 2. Delete test/Lol.class
|
||||
// 3. Pack test/ into broken.jar
|
||||
|
||||
public object Lol
|
||||
BIN
Binary file not shown.
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
// To regenerate this test, compile this file into jar
|
||||
|
||||
public object Lol
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
package dependency
|
||||
|
||||
// To regenerate this test, compile this file into jar
|
||||
|
||||
public open class A {
|
||||
public open fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user