Container presentation in slicer tree: no type for properties and show accessor

This commit is contained in:
Valentin Kipyatkov
2020-04-14 17:49:35 +03:00
parent 2ee776a0d8
commit 03126ba469
59 changed files with 156 additions and 127 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
4 var foo: Int = <bold>0</bold> (in A.foo: Int)
4 var foo: Int = <bold>0</bold> (in A.foo)
11 val x = <bold>foo</bold> (in A.test())
4 var <bold>foo: Int = 0</bold> (in A)
4 var foo: Int = <bold>0</bold> (in A.foo: Int)
4 var foo: Int = <bold>0</bold> (in A.foo)
5 get() = <bold>1</bold> (in A.foo: Int)
5 get() = <bold>1</bold> (in A.foo.get)
11 val x = <bold>foo</bold> (in A.test())
4 var <bold>foo: Int = 0</bold> (in A)
5 get() = <bold>1</bold> (in A.foo: Int)
5 get() = <bold>1</bold> (in A.foo.get)