Skip to content

Instantly share code, notes, and snippets.

@ouattararomuald
Created September 18, 2018 23:20
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 ouattararomuald/d65b268d169663328462fc42f53918fc to your computer and use it in GitHub Desktop.
Save ouattararomuald/d65b268d169663328462fc42f53918fc to your computer and use it in GitHub Desktop.
private fun groupNotByMonth(values: List<String>) : Map<String, List<String>> = emptyList<String>().groupBy {
it
}
private fun String.something(): List<String> {
(1..10).forEach {
}
return emptyList<String>()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment