You generally can’t directly use no-arg function a...
# javascript
s
You generally can’t directly use no-arg function as properties in neither Kotlin nor JavaScript. In a similar way you can’t expose function as property in an external interface without wrappers or extensions. Could you give an example when it would make API more idiomatic when interoperating?