Skip to content

Inconsistency in Constructor tooltips #3715

@tldrlol

Description

@tldrlol

Windows 10, vanilla VS 2017 install.

Given this (non-compiling code):

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:

String c'tor tooltip

Foo c'tor tooltip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions