[JS IR BE] Add Unit return type to function signature
This commit is contained in:
@@ -4,6 +4,7 @@ package foo
|
||||
class Counter {
|
||||
var count: Int = 0
|
||||
|
||||
@JsName("inc")
|
||||
public fun inc() {
|
||||
count++
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user