in reactor/Core/src/jetbrains/mps/logic/reactor/core/internal/LogicalImpl.kt [84:89]
override fun setValue(newValue: T) { if (_value !== newValue) { this._value = newValue notifyValueUpdated() } }