…and ```x?.y?.z``` becomes ```let(x, X::getY, Y::g...
# announcements
m
…and
Copy code
x?.y?.z
becomes
Copy code
let(x, X::getY, Y::getZ)