How do I enable experimental type inference again....
# announcements
b
How do I enable experimental type inference again. I’m sure I read somewhere that it is possible, but I can’t seem to find any article about it
k
Compiler flag:
-Xnew-inference
b
thx