Skip to content

Instantly share code, notes, and snippets.

@sagarpatel288
Created May 4, 2020 11:08
Show Gist options
  • Save sagarpatel288/afaf61caecb8d937b780a825c4016927 to your computer and use it in GitHub Desktop.
Save sagarpatel288/afaf61caecb8d937b780a825c4016927 to your computer and use it in GitHub Desktop.
A function that is eligible to be an inline function
fun Int.doSomething(y: Int, ftOne: Int.(Int) -> Int, ftTwo: (Int) -> Int) {
/*...*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment