-
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
languageIssue related to the languageIssue related to the languageproposalSomething we consider doingSomething we consider doing
Milestone
Description
Since buzz is supposed to be unambiguous do we need implicit this argument for objects' methods?
object Person {
str name,
fun sayHello(str to) -> print("Hello {to} from {this.name}");
}
would become
object Person {
str name,
fun sayHello(Person this, str to) -> print("Hello {to} from {this.name}");
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
languageIssue related to the languageIssue related to the languageproposalSomething we consider doingSomething we consider doing