diff --git a/idea/tests/org/jetbrains/kotlin/idea/slicer/SlicerTestGenerated.java b/idea/tests/org/jetbrains/kotlin/idea/slicer/SlicerTestGenerated.java index 457bf4c12f1..5e5ca1f51dd 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/slicer/SlicerTestGenerated.java +++ b/idea/tests/org/jetbrains/kotlin/idea/slicer/SlicerTestGenerated.java @@ -600,6 +600,18 @@ public class SlicerTestGenerated extends AbstractSlicerTest { doTest(fileName); } + @TestMetadata("outflow/usagesInLoopRange.kt") + public void testOutflow_UsagesInLoopRange() throws Exception { + String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/usagesInLoopRange.kt"); + doTest(fileName); + } + + @TestMetadata("outflow/usagesInTemplates.kt") + public void testOutflow_UsagesInTemplates() throws Exception { + String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/usagesInTemplates.kt"); + doTest(fileName); + } + @TestMetadata("outflow/valParameter.kt") public void testOutflow_ValParameter() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/valParameter.kt"); @@ -617,16 +629,4 @@ public class SlicerTestGenerated extends AbstractSlicerTest { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/whenExpression.kt"); doTest(fileName); } - - @TestMetadata("outflow/usagesInTemplates.kt") - public void testOutflow_UsagesInTemplates() throws Exception { - String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/usagesInTemplates.kt"); - doTest(fileName); - } - - @TestMetadata("outflow/usagesInLoopRange.kt") - public void testOutflow_UsagesInLoopRange() throws Exception { - String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/usagesInLoopRange.kt"); - doTest(fileName); - } }