Skip to content

Perform qualified type constructor lookup in WarnCheck

Fredrik Wieczerkowski requested to merge wrong-missing-pattern-warning into master

Fixes #85 (closed)

Fixes the issue that type constructor lookups were performed on unqualified identifiers in the WarnCheck and subsequently caused false warnings.

Merge request reports