Name changed to match existing behavior of eager resolve

This commit is contained in:
Andrey Breslav
2012-06-09 19:12:33 +04:00
parent e894054bba
commit f2561046bf
@@ -185,7 +185,7 @@ public class LazyClassDescriptor extends ClassDescriptorBase implements ClassDes
if (objectDeclaration != null) {
ClassMemberDeclarationProvider classMemberDeclarationProvider = resolveSession.getDeclarationProviderFactory()
.getClassMemberDeclarationProvider(objectDeclaration);
classObjectDescriptor = new LazyClassDescriptor(resolveSession, this, Name.special("<class object>"),
classObjectDescriptor = new LazyClassDescriptor(resolveSession, this, JetPsiUtil.NO_NAME_PROVIDED,
classMemberDeclarationProvider);
}
}