Add tests for obsolete issues
#KT-37734 Obsolete #KT-39824 Obsolete
This commit is contained in:
+5
@@ -13639,6 +13639,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inference/kt36446.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39824.kt")
|
||||
public void testKt39824() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/kt39824.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lastExpressionOfLambdaWithNothingConstraint.kt")
|
||||
public void testLastExpressionOfLambdaWithNothingConstraint() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/lastExpressionOfLambdaWithNothingConstraint.kt");
|
||||
|
||||
Reference in New Issue
Block a user