Merge two tests with almost the same logic

This commit is contained in:
Alexander Udalov
2013-10-09 20:04:56 +04:00
parent 9e8a8e852c
commit 1d93ab41d2
10 changed files with 48 additions and 145 deletions
@@ -0,0 +1,10 @@
package 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
public object Lol
@@ -0,0 +1,10 @@
package test
public object Lol {
fun c() {
}
}
@@ -0,0 +1,6 @@
package test
// To regenerate this test, run CompileBinaryTestData.kt
// Or manually compile this file into jar
public object Lol