Finding usages (which have references) in text when plaint text occurrences are not searched.

This commit is contained in:
Evgeny Gerashchenko
2014-12-15 19:20:42 +03:00
parent 834725b260
commit 6abe5a425c
6 changed files with 25 additions and 3 deletions
@@ -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>