always call single constructor of VariableDescriptorImpl
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user