Minor: reformat DeprecatedSymbolUsageFixSpecialTest.kt
This commit is contained in:
+2
-1
@@ -32,7 +32,8 @@ import org.junit.runner.RunWith
|
|||||||
|
|
||||||
@TestMetadata("idea/testData/quickfix.special")
|
@TestMetadata("idea/testData/quickfix.special")
|
||||||
@TestDataPath("\$PROJECT_ROOT")
|
@TestDataPath("\$PROJECT_ROOT")
|
||||||
@RunWith(JUnit3RunnerWithInners::class) class DeprecatedSymbolUsageFixSpecialTest : KotlinLightCodeInsightFixtureTestCase() {
|
@RunWith(JUnit3RunnerWithInners::class)
|
||||||
|
class DeprecatedSymbolUsageFixSpecialTest : KotlinLightCodeInsightFixtureTestCase() {
|
||||||
override fun getTestDataPath() = KotlinTestUtils.getHomeDirectory()
|
override fun getTestDataPath() = KotlinTestUtils.getHomeDirectory()
|
||||||
override fun getProjectDescriptor() = ProjectDescriptorWithStdlibSources.INSTANCE
|
override fun getProjectDescriptor() = ProjectDescriptorWithStdlibSources.INSTANCE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user