expr
expr copied to clipboard
Bug in optional chaining typechecker
Example from playground:
user.Profile?.Address ?? "Unknown address"
user:
Id: 1
Name: John Doe
Group: admin