Open russplaysguitar opened 11 years ago
Since ArrayNew(1) is equivalent to [], use of ArrayNew(1) should fail lint.
ArrayNew(1)
[]
Depends on #6, obviously. You can't use [] on ACF8.
I don't think it should fail a lint.
Since
ArrayNew(1)
is equivalent to[]
, use ofArrayNew(1)
should fail lint.