Using 16.0, but also reproduces in 15.9
- Create a new project
- Replace the contents of the first file with this:
namespace A
module B = begin end
- Create a new file and replace its contents with this:
namespace A.B
type DU =
| X of float
| Y of float
Expected:
- Error in the error list and in the editor
FS0247 - A namespace and module named 'A.b' both occur in two parts of this assembly
Actual:
- Nothing in the editor and nothing in the error list
Using 16.0, but also reproduces in 15.9
Expected:
FS0247 - A namespace and module named 'A.b' both occur in two parts of this assemblyActual: