Preliminary implementation of parts & facade in FIR-based compiler

This commit is contained in:
Mikhail Glukhikh
2019-05-16 12:58:38 +03:00
parent 2bf80ff64e
commit f3960c9482
10 changed files with 89 additions and 23 deletions
+1 -1
View File
@@ -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")
}
}