I wrote an FP library for Java 8 that has partial function application, both by omitting parameters at the end and by using a double underscore parameter placeholder. I’m currently converting a project where I use that library to Kotlin, only to discover that Kotlin reserves , _, _, … so what are my options here?