test.scala:1 error: not found: value a
import a._
^
Exception in thread "main" java.lang.NullPointerException
at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:1379)
at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:1693)
at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:1719)
at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$46.apply(Typers.scala:995)
at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$46.apply(Typers.scala:985)
at scala.List$.loop$0(List.scala:232)
[..]
|