`x?.let { foo(it) }`
# getting-started
y
x?.let { foo(it) }