Skip to content

Instantly share code, notes, and snippets.

@ktoso
Created April 19, 2013 09:01
Show Gist options
  • Save ktoso/5419083 to your computer and use it in GitHub Desktop.
Save ktoso/5419083 to your computer and use it in GitHub Desktop.
java.lang.StackOverflowError
at scala.tools.nsc.symtab.Types$SingletonType.baseClasses(Types.scala:1040)
at scala.tools.nsc.symtab.Types$Type.findMember(Types.scala:885)
at scala.tools.nsc.symtab.Types$Type.member(Types.scala:502)
at scala.tools.nsc.typechecker.Typers$Typer.typedIdent$1(Typers.scala:3720)
at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:4176)
at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:4271)
at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$typedApply$1$1.apply(Typers.scala:3353)
at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$typedApply$1$1.apply(Typers.scala:3353)
at scala.tools.nsc.typechecker.Typers$Typer.silent(Typers.scala:624)
at scala.tools.nsc.typechecker.Typers$Typer.typedApply$1(Typers.scala:3353)
at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:4104)
at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:4271)
at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:4344)
at scala.tools.nsc.typechecker.Typers$Typer.computeType(Typers.scala:4421)
at scala.tools.nsc.typechecker.Namers$Namer.typeSig(Namers.scala:1207)
at scala.tools.nsc.typechecker.Namers$Namer$$anonfun$typeCompleter$1.apply(Namers.scala:551)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment