Debugger interest only below this line *
Debugger interest only below this line *
(compilerTest: StringAdd).self
(compilerTest: StringFormat).self
(compilerTest: ArrowAssoc[CompilerTest]).x
(Since version 2.10.0) Use leftOfArrow
instead
(compilerTest: Ensuring[CompilerTest]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
For testing compiler internals directly. Each source code string in "sources" will be compiled, and the check function will be called with the source code and the resulting CompilationUnit. The check implementation should test for what it wants to test and fail (via assert or other exception) if it is not happy.