Hi, I asked there, but go no answer, so I am asking here also.
My problems are:
• Unsure how to test/debug it. I can't find any tests for the relevant bits of code. I'm sure they exist but I have not figured out where they are.
• I am unable to get "println" output to be displayed when I execute my own built version as the compiler runs in a separate process to the gradle build. A pointer here would help me with the debugging.
• I am uncertain if this is the only or correct place to do the test. I wonder if my declarations are being eliminated as 'dead' declarations by the DCE even though marked as should-be-exported.