문제

Is it possible to switch phase without exiting from current session? I've tried entering :power mode, but it still doesn't print types.

도움이 되었습니까?

해결책

In SBT just add the following setting:

set scalacOptions in (Compile, console) := "-Xprint:typer"

in REPL you can use :settings -Xprint:typer

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top