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:
@@ -102,6 +102,11 @@ class ClsWrapperStubPsiFactory extends StubPsiFactory {
|
|||||||
if (origin == null) return delegate.createMethod(stub);
|
if (origin == null) return delegate.createMethod(stub);
|
||||||
|
|
||||||
return new ClsMethodImpl(stub) {
|
return new ClsMethodImpl(stub) {
|
||||||
|
@Override
|
||||||
|
public PsiElement getMirror() {
|
||||||
|
return origin;
|
||||||
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
public PsiElement getNavigationElement() {
|
public PsiElement getNavigationElement() {
|
||||||
|
|||||||
Reference in New Issue
Block a user