[JS IR BE] Add Unit return type to function signature
This commit is contained in:
@@ -4,6 +4,7 @@ open class A {
|
||||
}
|
||||
|
||||
interface I {
|
||||
@JsName("foo")
|
||||
fun foo(): Any
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// EXPECTED_REACHABLE_NODES: 1292
|
||||
var log = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user