JVM_IR KT-24258 fix NPE message for delegated properties
This commit is contained in:
committed by
TeamCityServer
parent
ad8bed078f
commit
4e261cc358
+10
@@ -16287,6 +16287,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class NotNullAssertions extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("kt24258.kt")
|
||||
public void ignoreKt24258() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/notNullAssertions/kt24258.kt");
|
||||
}
|
||||
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
@@ -16335,6 +16340,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/javaInterop/notNullAssertions/kt18911.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt24258nn.kt")
|
||||
public void testKt24258nn() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/notNullAssertions/kt24258nn.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localEntities.kt")
|
||||
public void testLocalEntities() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/notNullAssertions/localEntities.kt");
|
||||
|
||||
Reference in New Issue
Block a user