Skip to content

Instantly share code, notes, and snippets.

@dsebban
Created April 25, 2018 11:56
Show Gist options
  • Save dsebban/d1655a3658309e050f408ef485cf2f74 to your computer and use it in GitHub Desktop.
Save dsebban/d1655a3658309e050f408ef485cf2f74 to your computer and use it in GitHub Desktop.
scala> val l: List = List(1,2,3)
<console>:12: error: type List takes type parameters
val l: List = List(1,2,3)
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment