Add tests for obsolete issues
#KT-38804 Obsolete #KT-38801 Obsolete #KT-38835 Obsolete #KT-38737 Obsolete #KT-38664 Obsolete #KT-38549 Obsolete #KT-38766 Obsolete #KT-38714 Obsolete
This commit is contained in:
+10
@@ -13729,6 +13729,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inference/kt36446.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt38664.kt")
|
||||
public void testKt38664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/kt38664.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39824.kt")
|
||||
public void testKt39824() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/kt39824.kt");
|
||||
@@ -32307,6 +32312,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/vararg/notInLastPosition.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("referenceToContainsFromVarargParameter.kt")
|
||||
public void testReferenceToContainsFromVarargParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/referenceToContainsFromVarargParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("singleAssignmentToVarargsInFunction.kt")
|
||||
public void testSingleAssignmentToVarargsInFunction() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/singleAssignmentToVarargsInFunction.kt");
|
||||
|
||||
Reference in New Issue
Block a user