## Minimized code At the REPL prompt: ```Scala :type if (true) 1.0 else 2L ``` ## Output ```scala (31m1.00m : Double) | (31m2L0m : Long) ``` ## Expectation ```scala (1.0 : Double) | (2L : Long) ``` I observed this on OS X Catalina,, in both Terminal and iTerm.