When I use IntelliJ and run my code, it sometimes finds code, which is not compilable. Consequently, I can't run the code unless I either delete the file or put the code in /* */.
Is it possible to run a class while having other classes which have mistakes/are not compilable?