Something like `open class ItemModelScope<out M...
# tornadofx
e
Something like
open class ItemModelScope<out M : I, out I : ItemViewModel<T>, T>(val model: M)
would be very helpful I think...