Welcome to Scala.next (pre-alpha, git-hash: unknown) (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_121).
Type in expressions to have them evaluated.
Type :help for more information.
scala> val x = 123456789L
val x: Long = 123456789
scala> val y = 0F
val y: Float = 0.0f
scala> x - (if (true) x else y)
val res0: Float = -3.0f