fsprojects / FSharpLint

Lint tool for F#
https://fsprojects.github.io/FSharpLint/
MIT License
300 stars 73 forks source link

Core: fix in getPatternIdents #672

Closed webwarrior-ws closed 5 months ago

webwarrior-ws commented 6 months ago

Fix in Helper.Naming.getPatternIdents - implemented SynPat.As case handling.

Fixes #670

knocte commented 6 months ago

@webwarrior-ws can you add a test? and rebase. Thanks

webwarrior-ws commented 6 months ago

Rebased and added a test.