Use first text range for diagnostics with multiple ranges.

Move TEXT_RANGE_COMPARATOR to DiagnosticUtils.
This commit is contained in:
Pavel V. Talanov
2012-08-01 16:13:58 +04:00
parent f58ba37d4f
commit d45145b3a7
5 changed files with 41 additions and 16 deletions
@@ -0,0 +1,7 @@
trait A {
public val c: Int
}
trait B: A {
override protected private val c: Int
}