Merge branch 'master' of github.com:JetBrains/kotlin

This commit is contained in:
James Strachan
2012-05-18 19:50:45 +01:00
2 changed files with 8 additions and 1 deletions
@@ -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() {