Sunday, September 25, 2016

Default Imports in Scala

Following are the Default Imports in Scala #286
  1. import java.lang._
  2. import scala._
  3. import predef._