IR KT-44233 support flexible nullability in IrTypeSystemContext
^KT-44233 Fixed Target versions 1.5-M1
This commit is contained in:
committed by
TeamCityServer
parent
093f62caac
commit
b02a9846d0
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user