FIR2IR: Support not found dependencies classes

^KT-49119 Relates
This commit is contained in:
Denis.Zharkov
2021-10-06 13:52:21 +03:00
committed by TeamCityServer
parent 9230195317
commit f5da8957b4
10 changed files with 81 additions and 7 deletions
@@ -13401,6 +13401,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
public void testNameHighlighter() throws Exception {
runTest("compiler/testData/codegen/box/fir/NameHighlighter.kt");
}
@TestMetadata("notFoundClasses.kt")
public void testNotFoundClasses() throws Exception {
runTest("compiler/testData/codegen/box/fir/notFoundClasses.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/fullJdk")