-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Agenda+To be discussed in next breakout. Remove when actually discussed and resolved.To be discussed in next breakout. Remove when actually discussed and resolved.
Milestone
Description
This came up in #55 (comment)
Whether this is possible and provides two distinct members affects a number of API decisions (e.g. #47, #55) and we should resolve on it ASAP:
protocol P {
foo () { /* elided */ }
["foo"]() { /* elided */ }
}What about this?
protocol P {
foo () { /* elided */ }
[P.foo]() { /* elided */ }
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Agenda+To be discussed in next breakout. Remove when actually discussed and resolved.To be discussed in next breakout. Remove when actually discussed and resolved.