KAndroid icon indicating copy to clipboard operation
KAndroid copied to clipboard

Add names to lambda parameters

Open igorwojda opened this issue 7 years ago • 0 comments

eg. fun onTextChanged(listener: (text: CharSequence?, start: Int, before: Int, count: Int) -> Unit) { }

this should allow to better code completion in IDE

igorwojda avatar Dec 28 '18 10:12 igorwojda