FIR2IR: support fields in Java FIR
This commit is contained in:
+1
@@ -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")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user