I'm a little confused about the location of the test files,
FirLightTreeDiagnosticsTestGenerated
is generated from
compiler/fir/analysis-tests/testData
, while
FirLightTreeOldFrontendDiagnosticsTestGenerated
is generated from
compiler/testData/diagnostics/
.
Is the former(i.e.
FirLightTreeDiagnosticsTestGenerated
) specifically for K2 frontend and the latter for old frontend test files? If I want to learn the type inference processing, should I focus on the test files under
compiler/testData/diagnostics/
, which contains more kinds of test files?