scala-in-depth-source
scala-in-depth-source copied to clipboard
please review in eclipse with maven-scala-plugin
it seems this code is for repl use only;
needs many fixes if you try to use in eclipse with maven-scala-plugin with "normal" pom.xml;
- missing package imports
- missing dependencies
- duplicate class names
- etc