Add a test for non-null assertions in local classes/functions

This commit is contained in:
pyos
2019-10-03 09:55:45 +02:00
committed by max-kammerer
parent 06c00f4d9e
commit b6a1154672
4 changed files with 69 additions and 0 deletions
@@ -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");