Join Slack
Powered by
<@U3QQLJNG3> This line is sketchy: `it.workspaceIn...
# tornadofx
e
edvin
09/12/2017, 6:49 PM
@tieskedh
This line is sketchy:
it.workspaceInstance = this
. Because
this
is the
Scope
, not the
Workspace
, but Kotlin falls back to the Workspace, since the Scope doesn't match the signature.
Open in Slack
Previous
Next