Mark KotlinCodeInsightTestCase as deprecated

This commit is contained in:
Dmitry Jemerov
2017-03-23 16:36:08 +01:00
parent 9a5028c4f2
commit 9d74657f11
@@ -20,6 +20,10 @@ import com.intellij.codeInsight.CodeInsightTestCase;
import com.intellij.openapi.vfs.newvfs.impl.VfsRootAccess;
import org.jetbrains.kotlin.test.KotlinTestUtils;
/**
* Please use KotlinLightCodeInsightFixtureTestCase as the base class for all new tests.
*/
@Deprecated
public abstract class KotlinCodeInsightTestCase extends CodeInsightTestCase {
@Override
protected void setUp() throws Exception {