Finding usages (which have references) in text when plaint text occurrences are not searched.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// PSI_ELEMENT: org.jetbrains.jet.lang.psi.JetClass
|
||||
// OPTIONS: usages
|
||||
package server
|
||||
|
||||
open class <caret>Server {
|
||||
class object {
|
||||
val NAME = "Server"
|
||||
}
|
||||
|
||||
open fun work() {
|
||||
println("Server")
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<foo bar="server.Server"></foo>
|
||||
@@ -0,0 +1 @@
|
||||
Unclassified usage (1: 18) <foo bar="server.Server"></foo>
|
||||
Reference in New Issue
Block a user