We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1cdc8 commit c1028a2Copy full SHA for c1028a2
compiler/src/dotty/tools/dotc/util/Spans.scala
@@ -86,7 +86,6 @@ object Spans {
86
|| containsInner(this, that.end)
87
|| containsInner(that, this.start)
88
|| containsInner(that, this.end)
89
- || this.start == that.start && this.end == that.end // exact match in one point
90
)
91
}
92
0 commit comments