<@U8LBKF6AJ> Are you sure you used the imports you...
# tornadofx
e
@ianbrandt Are you sure you used the imports you pasted?
i
@edvin Yep, those are the exact imports used. It's picking up
operator fun <T : UIComponent> EventTarget.plusAssign(type: KClass<T>) = plusAssign(find(type, scope).root)
from Component.kt for the
+=
. TornadoFX 1.7.16. JDK 1.8.0_172. Kotlin 1.2.41.