Add a test for non-null assertions in local classes/functions
This commit is contained in:
+5
@@ -14221,6 +14221,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiver_lv12.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localEntities.kt")
|
||||
public void testLocalEntities() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/notNullAssertions/localEntities.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mapPut.kt")
|
||||
public void testMapPut() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/notNullAssertions/mapPut.kt");
|
||||
|
||||
Reference in New Issue
Block a user