Add the IR version of CompileJavaAgainstKotlin tests

Only the WithoutJavac version for now, because the other one ignores
javac errors.
This commit is contained in:
pyos
2019-04-12 10:07:02 +02:00
committed by max-kammerer
parent 8a95da4a95
commit c7d7d903cd
26 changed files with 765 additions and 64 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
package test
class E1: Exception()