What is the reason that Kotlin Fir visitors use `N...
# compiler
m
d
there is no sematic difference, but pass
null
to
element.accept(visitor, null)
is easier than
Unit
m
Thanks! I was hoping that there's a "right way" for defining a parameter as irrelevant, like
Unit
for function returns. 😁 But if both are equally okay then also good.