test.scala:2 error: missing parameter type
var x = _
^
Exception in thread "main" java.lang.Error: unexpected tree:
at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:1762)
at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:1777)
at scala.tools.nsc.typechecker.Typers$Typer.typedType(Typers.scala:1826)
at scala.tools.nsc.typechecker.Typers$Typer.typedValDef(Typers.scala:718)
at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:1452)
at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:1777)
at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:1804)
at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$48.apply(Typers.scala:1012)
at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$48.apply(Typers.scala:1001)
at scala.List$.loop$0(List.scala:232)
[..]
|