`a?.b()?.c()` // there, composition
# language-proposals
c
a?.b()?.c()
// there, composition