FIR2IR: support fields in Java FIR

This commit is contained in:
Mikhail Glukhikh
2019-05-15 17:44:55 +03:00
parent 6c313895df
commit b28207deca
12 changed files with 67 additions and 25 deletions
+1
View File
@@ -7,6 +7,7 @@ class E(s: String) : Exception(s) {
fun main(args: Array<String>) {
if (box() == "OK") {
System.out.println("Hello")
throw E("Hello")
}
}