Minor. Todo added

This commit is contained in:
Andrey Breslav
2014-06-11 18:37:51 +04:00
parent f59ff5d8fe
commit ce27967ad0
@@ -98,6 +98,8 @@ abstract class JetNamedDeclarationStub<T extends PsiJetStubWithFqName> extends J
@Nullable
@Override
public FqName getFqName() {
// TODO: stubs do not agree with PSI here in case where there's no name:
// stubs return a normalized name, and PSI returns null
T stub = getStub();
if (stub != null) {
return stub.getFqName();