When declaring `fun objGet(obj: JsAny, key: String...
# webassembly
r
When declaring
fun objGet(obj: JsAny, key: String): JsAny? = js("obj[key]")
I see IDE warning
'objGet' always returns non-null type
. Is there any way to fix this other then suppressing?
i
AFAIK There is no way for now to get rid of this it but not suppressing. If you would file an issue that it would help.