JVM_IR KT-40305 no nullability assertions on built-in stubs

This commit is contained in:
Dmitry Petrov
2020-11-30 12:48:13 +03:00
parent b2aed536c9
commit 96ed99d62e
6 changed files with 56 additions and 0 deletions
@@ -5088,6 +5088,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/collections/javaCollectionWithRemovePrimitiveInt.kt");
}
@TestMetadata("kt40305.kt")
public void testKt40305() throws Exception {
runTest("compiler/testData/codegen/box/collections/kt40305.kt");
}
@TestMetadata("kt41123.kt")
public void testKt41123() throws Exception {
runTest("compiler/testData/codegen/box/collections/kt41123.kt");