Skip to content

Instantly share code, notes, and snippets.

@xeno-by
Created December 9, 2011 21:46
Show Gist options
  • Save xeno-by/1453447 to your computer and use it in GitHub Desktop.
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