was kinda curious on how unit tests were written f...
# random
r
was kinda curious on how unit tests were written for
apply
,
with
, etc. couldn't find it on the public repo. does anyone know about it?
k
Why would you write unit tests for them? They're trivial. There are unit tests for language features (like scopes and extension functions), maybe try looking for those?
r
aha! thanks for the info ... this helps 🙂