Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created March 31, 2019 08:41
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 sajjadyousefnia/fd540fc27b6a3839b97ceee778306196 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/fd540fc27b6a3839b97ceee778306196 to your computer and use it in GitHub Desktop.
val list1: List<String> = listOf("a", "b")
val list2: List<Int> = listOf(1, 2, 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment