Remove obsolete bunch fixes for 173 & as31
This commit is contained in:
-2
@@ -87,8 +87,6 @@ abstract class KotlinLightCodeInsightFixtureTestCase : KotlinLightCodeInsightFix
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
fixTemplates()
|
||||
}
|
||||
|
||||
override fun tearDown() {
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
/*
|
||||
* Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
|
||||
* that can be found in the license/LICENSE.txt file.
|
||||
*/
|
||||
|
||||
@file:Suppress("UnusedImport")
|
||||
|
||||
package org.jetbrains.kotlin.idea.test
|
||||
|
||||
// Unneeded in 181, but used in 173
|
||||
// BUNCH: 181
|
||||
internal fun fixTemplates() {
|
||||
}
|
||||
Reference in New Issue
Block a user