always call single constructor of VariableDescriptorImpl

This commit is contained in:
Stepan Koltsov
2012-06-01 18:04:45 +04:00
parent b984895e78
commit aaa03100cf
@@ -49,7 +49,7 @@ public abstract class VariableDescriptorImpl extends DeclarationDescriptorImpl i
@NotNull Name name @NotNull Name name
) )
{ {
super(containingDeclaration, annotations, name); this(containingDeclaration, annotations, name, null);
} }
@NotNull @NotNull