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
|
||||
Reference in New Issue
Block a user