Container presentation in slicer tree: limit number of parameters shown by 2

This commit is contained in:
Valentin Kipyatkov
2020-04-14 16:48:15 +03:00
parent 3e5820e4c1
commit 2ee776a0d8
51 changed files with 270 additions and 219 deletions
@@ -1,10 +1,10 @@
4 override fun foo() = <bold>2</bold> (in B.foo())
4 override fun <bold>foo() = 2</bold> (in B)
2 public int <bold>foo() {</bold>
8 val x = a.<bold>foo()</bold> (in test(A, B, C))
8 val <bold>x = a.foo()</bold> (in test(A, B, C))
9 val y = b.<bold>foo()</bold> (in test(A, B, C))
9 val <bold>y = b.foo()</bold> (in test(A, B, C))
10 val z = c.<bold>foo()</bold> (in test(A, B, C))
10 val <bold>z = c.foo()</bold> (in test(A, B, C))
9 DUPLICATE: val y = b.<bold>foo()</bold> (in test(A, B, C))
8 val x = a.<bold>foo()</bold> (in test(A, B,))
8 val <bold>x = a.foo()</bold> (in test(A, B,))
9 val y = b.<bold>foo()</bold> (in test(A, B,))
9 val <bold>y = b.foo()</bold> (in test(A, B,))
10 val z = c.<bold>foo()</bold> (in test(A, B,))
10 val <bold>z = c.foo()</bold> (in test(A, B,))
9 DUPLICATE: val y = b.<bold>foo()</bold> (in test(A, B,))