Slicer tree view: better highlighting range inside nodes and in the editor
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
4 val <bold>x = if (m > 1) n else 1</bold> (in test(Int, Int))
|
||||
4 <bold>val x</bold> = if (m > 1) n else 1 (in test(Int, Int))
|
||||
4 val x = <bold>if (m > 1) n else 1</bold> (in test(Int, Int))
|
||||
4 val x = if (m > 1) <bold>n</bold> else 1 (in test(Int, Int))
|
||||
3 fun test(m: Int, <bold>n: Int</bold>) { (in test(Int, Int))
|
||||
|
||||
Reference in New Issue
Block a user