Skip to content

Instantly share code, notes, and snippets.

@knightpop
Created July 12, 2017 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knightpop/94f8bd9f0bdb2a32b053d93002a0be44 to your computer and use it in GitHub Desktop.
Save knightpop/94f8bd9f0bdb2a32b053d93002a0be44 to your computer and use it in GitHub Desktop.
val obj: Object = "Hello World!"
val listString: List[String] = List.empty
val listAny: List[Any] = listString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment