"Find Usages": separate Kotlin and Java tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// PSI_ELEMENT: org.jetbrains.jet.lang.psi.JetNamedFunction
|
||||
// OPTIONS: usages
|
||||
package testing;
|
||||
|
||||
public open class Server() {
|
||||
public open fun <caret>processRequest() = "foo"
|
||||
}
|
||||
|
||||
public class ServerEx(): Server() {
|
||||
public override fun processRequest() = "foofoo"
|
||||
}
|
||||
Reference in New Issue
Block a user