Is it possible to find out that Scala is used implicitly without the help of an IDE?

While you are reading source code without IDE support.

+5
source share
1 answer

Compile with the Xprint:typerscalac option .

This speaks of a scakab to explain what he is doing.

This article explains this option and provides an example output (at the bottom).

+5
source

All Articles