classes depending on when you actually generate the output.
h
hfhbd
05/19/2025, 12:46 PM
In IR, thanks, will take a look
hfhbd
05/19/2025, 12:48 PM
Another question, what's the replacement of
fir2irStep()
to test IR code in 2.2.0-RC? (I can still use the Fir2IrResultsConverter)
I used the demiurg906/kotlin-compiler-plugin-template, but it's not updated to 2.2.0-RC
b
bnorm
05/19/2025, 12:59 PM
I plan to update the template to use
AbstractFirPhasedDiagnosticTest
as the base class for diagnostic tests instead. This will make it closer to what we do in the compiler for diagnostic tests: running all stages until it fails.