In the given scenario, assume that V was opened wi...
# tornadofx
i
In the given scenario, assume that V was opened with its own scope containing M1 and M2 instances. I want M2 to be able to draw its M1 instance from the same scope as V. Is that possible?
nvm, this actually works as expected and the scope is inherited - It seems made some mistake somewhere...