Use first text range for diagnostics with multiple ranges.
Move TEXT_RANGE_COMPARATOR to DiagnosticUtils.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
trait A {
|
||||
public val c: Int
|
||||
}
|
||||
|
||||
trait B: A {
|
||||
override protected private val c: Int
|
||||
}
|
||||
Reference in New Issue
Block a user