Add test for KT-41254
It was fixed along with #KT-41005
This commit is contained in:
+5
@@ -13852,6 +13852,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inference/noCoercionToUniForNullableLambdaReturnType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noCoercionToUnitWithEqualityConstraintForNullableReturnType.kt")
|
||||
public void testNoCoercionToUnitWithEqualityConstraintForNullableReturnType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/noCoercionToUnitWithEqualityConstraintForNullableReturnType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noNothingValueInsideSpecialCall.kt")
|
||||
public void testNoNothingValueInsideSpecialCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/noNothingValueInsideSpecialCall.kt");
|
||||
|
||||
Reference in New Issue
Block a user