```kotlin var x: Field = ... if (...) x = neighboring... else x = neighboring... ``` this occurrence should raise an error