[JS IR BE] Add Unit return type to function signature
This commit is contained in:
@@ -44,6 +44,7 @@ public actual abstract class AbstractMutableCollection<E> protected actual const
|
||||
}
|
||||
}
|
||||
|
||||
@JsName("toJSON")
|
||||
open fun toJSON(): Any = this.toArray()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user