Comparison between a value with static type Array and a possibly unrelated type Class
- by Kaoru
I got this error:
Comparison between a value with static type Array and a possibly
unrelated type Class.
After i modify the class to many classes (before that, everything is on 1 class (all of the functions)), but after i move everything to many classes (all the functions is not on 1 class), that error appear.
How to solve this?
I am…