From b34fe7776076cd1d2c79d9d8330b86dd90ec3826 Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Fri, 29 May 2020 20:15:45 +0300 Subject: [PATCH] Split bunches with comma --- .../org/jetbrains/kotlin/idea/test/compatTestWrappers.kt | 6 ++++-- .../jetbrains/kotlin/idea/test/compatTestWrappers.kt.191 | 6 ++++-- .../jetbrains/kotlin/idea/test/compatTestWrappers.kt.as40 | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt b/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt index 2461ca991fa..045e0bd2160 100644 --- a/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt +++ b/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt @@ -15,7 +15,8 @@ import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile import com.intellij.testFramework.LightIdeaTestCase -// BUNCH: as36, 191 +// BUNCH: as36 +// BUNCH: 191 @Suppress("DEPRECATION") @Deprecated("Use KotlinLightCodeInsightFixtureTestCase instead") abstract class KotlinLightCodeInsightTestCase : com.intellij.testFramework.LightCodeInsightTestCase() { @@ -30,7 +31,8 @@ abstract class KotlinLightCodeInsightTestCase : com.intellij.testFramework.Light } } -// BUNCH: as36, 191 +// BUNCH: as36 +// BUNCH: 191 abstract class KotlinLightIdeaTestCase : LightIdeaTestCase() { protected inline val project_: Project get() = project protected inline val module_: Module get() = module diff --git a/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt.191 b/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt.191 index e44198d0879..7d954411a7c 100644 --- a/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt.191 +++ b/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt.191 @@ -17,7 +17,8 @@ import com.intellij.testFramework.LightIdeaTestCase import com.intellij.testFramework.LightPlatformCodeInsightTestCase import com.intellij.testFramework.LightPlatformTestCase -// BUNCH: as36, 191 +// BUNCH: as36 +// BUNCH: 191 @Suppress("DEPRECATION") @Deprecated("Use KotlinLightCodeInsightFixtureTestCase instead") abstract class KotlinLightCodeInsightTestCase : com.intellij.testFramework.LightCodeInsightTestCase() { @@ -32,7 +33,8 @@ abstract class KotlinLightCodeInsightTestCase : com.intellij.testFramework.Light } } -// BUNCH: as36, 191 +// BUNCH: as36 +// BUNCH: 191 abstract class KotlinLightIdeaTestCase : LightIdeaTestCase() { protected inline val project_: Project get() = LightPlatformTestCase.getProject() protected inline val module_: Module get() = LightPlatformTestCase.getModule() diff --git a/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt.as40 b/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt.as40 index 2461ca991fa..045e0bd2160 100644 --- a/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt.as40 +++ b/idea/idea-test-framework/test/org/jetbrains/kotlin/idea/test/compatTestWrappers.kt.as40 @@ -15,7 +15,8 @@ import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile import com.intellij.testFramework.LightIdeaTestCase -// BUNCH: as36, 191 +// BUNCH: as36 +// BUNCH: 191 @Suppress("DEPRECATION") @Deprecated("Use KotlinLightCodeInsightFixtureTestCase instead") abstract class KotlinLightCodeInsightTestCase : com.intellij.testFramework.LightCodeInsightTestCase() { @@ -30,7 +31,8 @@ abstract class KotlinLightCodeInsightTestCase : com.intellij.testFramework.Light } } -// BUNCH: as36, 191 +// BUNCH: as36 +// BUNCH: 191 abstract class KotlinLightIdeaTestCase : LightIdeaTestCase() { protected inline val project_: Project get() = project protected inline val module_: Module get() = module