<@U3QQLJNG3> This line is sketchy: `it.workspaceIn...
# tornadofx
e
@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.