Skip to content

Instantly share code, notes, and snippets.

@erokhins
Created July 23, 2015 15:40
Show Gist options
  • Save erokhins/bcbbb4a8b28ee3ca3559 to your computer and use it in GitHub Desktop.
Save erokhins/bcbbb4a8b28ee3ca3559 to your computer and use it in GitHub Desktop.
fun bar(s: List<String>) {}
fun test() {
bar(listOf().filter { false })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment