Skip to content

Instantly share code, notes, and snippets.

@paulp
Created February 4, 2014 16:23
Show Gist options
  • Save paulp/8807018 to your computer and use it in GitHub Desktop.
Save paulp/8807018 to your computer and use it in GitHub Desktop.
[info] Compiling 10 Scala sources to /s/gll-combinators/target/scala-2.11.0-M8/test-classes...
[error] type mismatch;
[error] found : => Any
[error] required: AnyRef
[error] Note that <byname> extends Any, not AnyRef.
[error] Such types can participate in value classes, but instances
[error] cannot appear in singleton types or in reference comparisons.
[error] one error found
[error] (test:compile) Compilation failed
[error] Total time: 41 s, completed Feb 4, 2014 8:11:22 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment