Fixed KT-2019 Unit test runner: navigation by double click from a test to source code does not work

#KT-2019 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-05-18 20:55:56 +04:00
parent a6cdb263e2
commit 93b8a5ed5e
@@ -102,6 +102,11 @@ class ClsWrapperStubPsiFactory extends StubPsiFactory {
if (origin == null) return delegate.createMethod(stub);
return new ClsMethodImpl(stub) {
@Override
public PsiElement getMirror() {
return origin;
}
@NotNull
@Override
public PsiElement getNavigationElement() {