Merge branch 'master' of github.com:JetBrains/kotlin
This commit is contained in:
Generated
+3
-1
@@ -4,6 +4,8 @@
|
|||||||
<root url="jar://$PROJECT_DIR$/ideaSDK/plugins/junit/lib/idea-junit.jar!/" />
|
<root url="jar://$PROJECT_DIR$/ideaSDK/plugins/junit/lib/idea-junit.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES />
|
<SOURCES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/ideaSDK/sources/sources.zip!/plugins/junit/src" />
|
||||||
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</component>
|
</component>
|
||||||
@@ -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