-
Notifications
You must be signed in to change notification settings - Fork 833
Closed
Labels
Area-CompilerCompiler-related issues which don't belong to other categoriesCompiler-related issues which don't belong to other categoriesBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
Description
There's a warning reported for this code, saying that it may intent to use non-imported symbol, but defines a new local value instead:
match 1 with
| One -> ()It's, however, not reported for shorter names, which may be the case for various literals, union cases, or active patterns:
match 1 with
| On -> ()edgarfgp and Lanayxbrianrourkeboll
Metadata
Metadata
Assignees
Labels
Area-CompilerCompiler-related issues which don't belong to other categoriesCompiler-related issues which don't belong to other categoriesBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Type
Projects
Status
Done