[FIR] Do not enhance nullability for annotation interface field types.
Java annotation interface fields are constant declarations that can have any Java type and are not restricted in the same way that method return types are for annotation interfaces. #KT-65482 Fixed
This commit is contained in:
+5
@@ -26207,6 +26207,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/javaInterop/kt48590.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt65482.kt")
|
||||
public void testKt65482() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/kt65482.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaInstanceOf.kt")
|
||||
public void testLambdaInstanceOf() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/lambdaInstanceOf.kt");
|
||||
|
||||
Reference in New Issue
Block a user