oh well I know I can instantinate as follows: `val...
# announcements
b
oh well I know I can instantinate as follows:
val clickListener: (Int) -> Unit = { }
but how to do the same with 2 parameters?
val clickListener: (Int, Boolean) -> Unit = { ??? }