FIR: Do not mark not found classes' based types from Java as error
The same happens in FE1.0
This commit is contained in:
committed by
TeamCityServer
parent
201dded237
commit
4892ad42b9
+5
@@ -18718,6 +18718,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/javaInterop/lambdaInstanceOf.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("notFoundClasses.kt")
|
||||
public void testNotFoundClasses() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/notFoundClasses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("protectedField.kt")
|
||||
public void testProtectedField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/protectedField.kt");
|
||||
|
||||
Reference in New Issue
Block a user