What if I define `val println = "fred"`. That woul...
# getting-started
r
What if I define
val println = "fred"
. That would make function references ambiguous. It's also nice to see that syntax and immediately recognize it's a callable reference when reading code.