Open osyrisrblx opened 3 years ago
If we find x.length where x is type Array<T>, we should warn + auto fix it to be x.size().
x.length
x
Array<T>
x.size()
If we find
x.length
wherex
is typeArray<T>
, we should warn + auto fix it to bex.size()
.