welp, this is a bug (redundant spread operator). I...
# intellij
a
welp, this is a bug (redundant spread operator). I'm guessing there is a better way to do this?
d
Just remove the secondary constructor?
vararg
already allows passing one value and wraps into array automatically.
k
Still, it is technically a bug in the inspection.
d
That is true.
a
@diesieben07 the issue is I can't do
ACoolClass(){}
though with
vararg
d
I see. Sounds like another bug to me, maybe.
1