has anyone used the `CHECK_COMPILER_OUTPUT` direct...
# compiler
y
has anyone used the
CHECK_COMPILER_OUTPUT
directive to test IR errors in their plugin? I haven’t seen any 3rd party plugins do this so I’m wondering if it’s generally better to report errors with FIR diagnostics and test those with diagnostic tests, or test the IR errors in Gradle plugin’s integration tests?