Regenerate VisualizerBlackBoxTestGenerated

This commit is contained in:
Denis.Zharkov
2021-03-31 13:10:09 +03:00
parent fa65081878
commit 7d211d0d9a
@@ -2712,6 +2712,12 @@ public class VisualizerBlackBoxTestGenerated extends AbstractVisualizerBlackBoxT
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/varargWithDefaultValue.kt");
}
@Test
@TestMetadata("withReceiver.kt")
public void testWithReceiver() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/withReceiver.kt");
}
@Nested
@TestMetadata("compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion")
@TestDataPath("$PROJECT_ROOT")
@@ -13331,6 +13337,12 @@ public class VisualizerBlackBoxTestGenerated extends AbstractVisualizerBlackBoxT
runTest("compiler/testData/codegen/box/delegation/delegationAndInheritanceFromJava.kt");
}
@Test
@TestMetadata("delegationDifferentModule.kt")
public void testDelegationDifferentModule() throws Exception {
runTest("compiler/testData/codegen/box/delegation/delegationDifferentModule.kt");
}
@Test
@TestMetadata("delegationToMap.kt")
public void testDelegationToMap() throws Exception {
@@ -21237,6 +21249,12 @@ public class VisualizerBlackBoxTestGenerated extends AbstractVisualizerBlackBoxT
runTest("compiler/testData/codegen/box/javaInterop/conflictingOverloadsForThrowableInheritors.kt");
}
@Test
@TestMetadata("conflictingOverloadsForThrowableInheritors2.kt")
public void testConflictingOverloadsForThrowableInheritors2() throws Exception {
runTest("compiler/testData/codegen/box/javaInterop/conflictingOverloadsForThrowableInheritors2.kt");
}
@Test
@TestMetadata("genericSamProjectedOut.kt")
public void testGenericSamProjectedOut() throws Exception {
@@ -39943,6 +39961,12 @@ public class VisualizerBlackBoxTestGenerated extends AbstractVisualizerBlackBoxT
runTest("compiler/testData/codegen/box/traits/receiverOfIntersectionType.kt");
}
@Test
@TestMetadata("sameNameMethodFromInterface.kt")
public void testSameNameMethodFromInterface() throws Exception {
runTest("compiler/testData/codegen/box/traits/sameNameMethodFromInterface.kt");
}
@Test
@TestMetadata("syntheticAccessor.kt")
public void testSyntheticAccessor() throws Exception {