mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-86137 Intellij Freeze
This commit is contained in:
@@ -131,7 +131,7 @@ public class PsiFieldStubImpl extends StubBase<PsiField> implements PsiFieldStub
|
||||
builder.append("enumconst ");
|
||||
}
|
||||
|
||||
builder.append(getName()).append(':').append(TypeInfo.createTypeText(getType(true)));
|
||||
builder.append(getName()).append(':').append(TypeInfo.createTypeText(getType(false)));
|
||||
|
||||
if (myInitializer != null) {
|
||||
builder.append('=').append(myInitializer);
|
||||
|
||||
Reference in New Issue
Block a user