Skip to content

Instantly share code, notes, and snippets.

@emmettna
Created January 20, 2020 04:21
Show Gist options
  • Save emmettna/b8d51ec4a9b0edf1af6bf2b00120f02d to your computer and use it in GitHub Desktop.
Save emmettna/b8d51ec4a9b0edf1af6bf2b00120f02d to your computer and use it in GitHub Desktop.
val integerSample: Int = 123
val stringInteger: String = integerSample match {
case 123 => “123”
case _ => “”
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment