Preliminary implementation of parts & facade in FIR-based compiler
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ class E(s: String) : Exception(s) {
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
if (box() == "OK") {
|
||||
System.out.println("Hello")
|
||||
println("Hello")
|
||||
throw E("Hello")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user