Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Scala implicits explicit in Eclipse

According to "Programming in Scala" one can pass the argument -Xprint:typer to the compiler and gets the code back as it looks after all the implicites are actually applied.

I also found that I can set compiler arguments in the project properties.

But I can't find any resulting output anywhere ...

So where do I have to look?

like image 399
Jens Schauder Avatar asked Mar 28 '26 11:03

Jens Schauder


1 Answers

If you start Eclipse from a console, you should see the printed output there.

like image 128
Mirko Stocker Avatar answered Mar 30 '26 01:03

Mirko Stocker