changeKind | packages | |
---|---|---|
fix |
|
Allow using compact namespace form Foo.Bar
when inside another namespace
namespace MyOrg.MyProject {
namespace MyModule.MySubmodule { // <-- this used to emit an error
// ...
}
}
changeKind | packages | |
---|---|---|
fix |
|
Allow using compact namespace form Foo.Bar
when inside another namespace
namespace MyOrg.MyProject {
namespace MyModule.MySubmodule { // <-- this used to emit an error
// ...
}
}