scalapuzzlers / scalapuzzlers.github.com

Github Pages behind scalapuzzlers.com
www.scalapuzzlers.com
161 stars 53 forks source link

Predilections #151

Closed som-snytt closed 6 years ago

som-snytt commented 6 years ago

Since there's no gitter room,

object Test {
  def main(args: Array[String]): Unit = println {
    new Object() + "... I object!"
  }
}
import Predef._
som-snytt commented 6 years ago

This behavior will be obsolete under the new -Yimports processing, where statement order will matter in an intuition way.