implicit receiver syntax & supporting changes #766
Labels
design
Design questions and issues
feature-lang
Language or library feature
syntax
Syntax change or addition
Milestone
Supporting changes:
:=
instead of=
. Needed to disambiguate one-element records from blocks with an assignment.=
instead of keyword syntax:{ foo = 42, bar = 123 }
. Need to disambiguate one-element records from blocks with an implicit receiver keyword send.foo: bar
from additional method keywords.method sin: angle ...
import #sin: from lib.math
The text was updated successfully, but these errors were encountered: