Split bunches with comma
This commit is contained in:
committed by
Nikita Bobko
parent
5e7c82ea01
commit
b34fe77760
@@ -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
|
||||
|
||||
+4
-2
@@ -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()
|
||||
|
||||
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user