Skip to content

Instantly share code, notes, and snippets.

@xeno-by
Created December 9, 2011 21:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save xeno-by/1453447 to your computer and use it in GitHub Desktop.
non-lifted code: works
object Foo extends App {
class C
println(List(new C()).map(x => x).length)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment