IR KT-44233 support flexible nullability in IrTypeSystemContext

^KT-44233 Fixed Target versions 1.5-M1
This commit is contained in:
Dmitry Petrov
2021-01-11 13:43:01 +03:00
committed by TeamCityServer
parent 093f62caac
commit b02a9846d0
13 changed files with 163 additions and 16 deletions
@@ -5068,6 +5068,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/collections/kt41123.kt");
}
@TestMetadata("kt44233.kt")
public void testKt44233() throws Exception {
runTest("compiler/testData/codegen/box/collections/kt44233.kt");
}
@TestMetadata("mutableList.kt")
public void testMutableList() throws Exception {
runTest("compiler/testData/codegen/box/collections/mutableList.kt");