elena-lang icon indicating copy to clipboard operation
elena-lang copied to clipboard

Single line namespace declaration

Open arakov opened this issue 1 year ago • 0 comments

Similar to C#, the single-line sub namespace must be supported. Something like this:

Additionally, to the standard way:

namespace collections
{
     A;
}

the single-line namespace declaration will be like this:

namespace collections;

A;

arakov avatar Jun 21 '23 16:06 arakov