provide element type name for multi-declaration entries; enable in-place rename for those; show local properties as "variable"

#KT-7627 Fixed
This commit is contained in:
Dmitry Jemerov
2015-04-29 19:40:31 +02:00
parent 0582d1947d
commit b1c4a5670a
9 changed files with 57 additions and 41 deletions
@@ -1,4 +1,4 @@
Class a.Test uses package-private class a.Foo
Class a.Test uses package-private function a.foo
Package-private class a.Test will no longer be accessible from method J.bar()
Package-private class a.Test will no longer be accessible from property a.bar.t
Package-private class a.Test will no longer be accessible from variable a.bar.t
@@ -1,4 +1,4 @@
Object a.Test uses package-private class a.Foo
Object a.Test uses package-private function a.foo
Package-private object a.Test will no longer be accessible from method J.bar()
Package-private object a.Test will no longer be accessible from property a.bar.t
Package-private object a.Test will no longer be accessible from variable a.bar.t