```fsharp namespace Foo module Bar = begin end type X = int ``` The range of `module Bar` should end at the `end` keyword. It currently stops at the `=` sign.