Skip to content

Instantly share code, notes, and snippets.

@stravag
Last active April 18, 2019 07:36
Show Gist options
  • Save stravag/55c25698423fdd514f8d791be69f936c to your computer and use it in GitHub Desktop.
Save stravag/55c25698423fdd514f8d791be69f936c to your computer and use it in GitHub Desktop.
/**
* Very helpful comment.
*/
typealias KotlinFunctionAlias = (Item) -> String
fun delegateAliasWork(f: KotlinFunctionAlias): String {
return f.invoke(item)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment