Windows 10, vanilla VS 2017 install.
Given this (non-compiling code):
typeFoo()=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:


Windows 10, vanilla VS 2017 install.
Given this (non-compiling code):
There is an inconsistency between the tooltips generated over the
System.Stringline, and the one forFoo.To illustrate: