Is there a way to get the `it` single lambda param...
# getting-started
b
Is there a way to get the
it
single lambda parameter paradigm working in the context of what I guess would be an anonymous lambda? For a trivial example:
Copy code
kotlin
val test: Pair<String, (String) -> Boolean> = "length is 6" to { input -> input.length == 6 }
Is there a way I can get the implicit
it
parameter in there?
r
Maybe file a bug?
b
I was thinking about that, but I guess my first thought was that I'm probably just missing something🤷‍♂️
r
Could be, but it you don't hear anything here, I'd file.