Fix find usages classification for objects
Objects/enum entries are treated as variables as before. Test data for private object in superclass was changed because now the object (as opposed to the property) is no longer resolved due to KT-354
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// PSI_ELEMENT: org.jetbrains.jet.lang.psi.JetObjectDeclarationName
|
||||
// PSI_ELEMENT: org.jetbrains.jet.lang.psi.JetObjectDeclaration
|
||||
package a
|
||||
|
||||
class A {
|
||||
|
||||
Reference in New Issue
Block a user