When you rename `it`, kls currently just apparently does nothing and returns without error. The expected behaviour would have been to add a lambda parameter with the new name and rename all instances of `it` inside the lambda.
When you rename
it, kls currently just apparently does nothing and returns without error.The expected behaviour would have been to add a lambda parameter with the new name and rename all instances of
itinside the lambda.