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 -2
View File
@@ -1,7 +1,7 @@
4 return f(<bold>1</bold>) (in foo((Int) -> Int))
8 val <bold>x = foo { it }</bold> (in test())
8 <bold>val x</bold> = foo { it } (in test())
8 val x = <bold>foo { it }</bold> (in test())
3 fun <bold>foo(f: (Int) -> Int): Int {</bold>
3 <bold>fun foo(f: (Int) -> Int): Int</bold> {
4 return <bold>f(1)</bold> (in foo((Int) -> Int))
4 [LAMBDA IN] return <bold>f</bold>(1) (in foo((Int) -> Int))
3 [LAMBDA IN] fun foo(<bold>f: (Int) -> Int</bold>): Int { (in foo((Int) -> Int))