FIR2IR: support super-types & type parameters for external class
This commit is contained in:
+5
@@ -5,8 +5,13 @@ class E(s: String) : Exception(s) {
|
||||
|
||||
}
|
||||
|
||||
fun testEmpty(ss: List<String>) {
|
||||
for (s in ss);
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
if (box() == "OK") {
|
||||
System.out.println("Hello")
|
||||
println("Hello")
|
||||
throw E("Hello")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user