JVM_IR KT-47398 handle @EnhancedNullability String subject as in 1.0
This commit is contained in:
committed by
teamcityserver
parent
c26d71c4ef
commit
0104b1275f
+12
@@ -42767,12 +42767,24 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/when/stringOptimization/duplicatingItemsSameHashCode3.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("enhancedNullability.kt")
|
||||
public void testEnhancedNullability() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/stringOptimization/enhancedNullability.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expression.kt")
|
||||
public void testExpression() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/stringOptimization/expression.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("flexibleNullability.kt")
|
||||
public void testFlexibleNullability() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/stringOptimization/flexibleNullability.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullability.kt")
|
||||
public void testNullability() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user