Hi, in 1.4.0, my code takes a long time to compile...
# compiler
o
Hi, in 1.4.0, my code takes a long time to compile, sometimes it hasn't finished after hours. I suspect is the new type inference algorithm because Idea freezes when I open the file. I narrowed the issue to some functions with with up to 24 type parameters (24 functions from 1 to 24). Is there a way to disabled the new algorithm?
Ok, I can confirm that
"-XXLanguage:-NewInference"
compiler parameter works