We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
case NoMatch
1 parent a7b1514 commit 7427fb8Copy full SHA for 7427fb8
compiler/src/dotty/tools/dotc/core/Denotations.scala
@@ -623,7 +623,7 @@ object Denotations {
623
relaxed && !symbol.is(JavaDefined)
624
case ParamMatch =>
625
relaxed
626
- case noMatch =>
+ case NoMatch =>
627
false
628
if matches then this else NoDenotation
629
@@ -981,7 +981,7 @@ object Denotations {
981
982
// The signatures do not tell us enough to be sure about matching
983
!ctx.erasedTypes && info.matches(other.info)
984
985
986
end matches
987
0 commit comments