Beef
Beef copied to clipboard
[Enhancement] Support dot notation for extensions
Would it be possible to support dot notation for extensions? Like so:
extension Foo.Bar
{
...
}
Ideally, Foo could be a namespace, struct, or class. Name resolution could use the same disambiguation validation as general type resolution.
(Currently, you have to nest multiple extension declarations to accomplish this)