JVM_IR KT-40305 no nullability assertions on built-in stubs
This commit is contained in:
+5
@@ -5088,6 +5088,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user