Windows 10, vanilla VS 2017 install. Given this (non-compiling code): ```fsharp type Foo() = new(_: int) = Foo () new(_: string) = Foo () System.String Foo ``` There is an inconsistency between the tooltips generated over the `System.String` line, and the one for `Foo`. To illustrate:  