you could also do `fun test(a: String) = a.let { }...
# announcements
u
you could also do
fun test(a: String) = a.let { }
and then use
it