Find Usages: Restrict search scope of class object private declarations to
the containing class
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// PSI_ELEMENT: org.jetbrains.jet.lang.psi.JetProperty
|
||||
// OPTIONS: usages
|
||||
class Outer {
|
||||
val x = Outer.t
|
||||
|
||||
class object {
|
||||
private val <caret>t = 1
|
||||
}
|
||||
}
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
Value read (4: 19) val x = Outer.t
|
||||
Reference in New Issue
Block a user