```fsharp namespace CtorIdent type T(x) = new() = T(1) ``` This happens for both constructor uses (where an item occurrence is a binding).