Skip to content

Show given added by Scala type checker

James Wang edited this page Jul 19, 2024 · 1 revision

Show given added by Scala type checker

-Xprint:typer

use this option to the compiler, it will show you what your code looks like after all givens have been added by the type checker:

image