`return nullableString?.let { ObjectWithStringCons...
# language-proposals
o
return nullableString?.let { ObjectWithStringConstructor(it) }