Slicer tree view: better highlighting range inside nodes and in the editor

This commit is contained in:
Valentin Kipyatkov
2020-04-14 22:19:38 +03:00
parent 64fec54c48
commit 91a793d575
252 changed files with 696 additions and 644 deletions
@@ -2,7 +2,7 @@
3 expect fun <bold>Any</bold>.foo(): Any (in foo() on Any)
1 actual fun <bold>Any</bold>.foo(): Any { (in foo() on Any)
2 return <bold>this</bold> (in foo() on Any)
1 actual fun Any.<bold>foo(): Any {</bold>
1 actual <bold>fun Any.foo(): Any</bold> {
6 val result = 1.<bold>foo()</bold> (in bar())
6 val <bold>result = 1.foo()</bold> (in bar())
6 <bold>val result</bold> = 1.foo() (in bar())
7 println(<bold>result</bold>) (in bar())