Remove binary test data for tests with broken jars

This commit is contained in:
Alexander Udalov
2013-10-09 21:29:50 +04:00
parent 475551f54a
commit 47ce2f7fe8
8 changed files with 46 additions and 43 deletions
@@ -0,0 +1,7 @@
package test
enum class E { ENTRY }
annotation class Anno(val e: E)
Anno(E.ENTRY) open class Class