192: Fix accessors to module & project in tests

This commit is contained in:
Vyacheslav Gerasimov
2019-05-29 20:26:50 +03:00
parent 05a2f5bda5
commit cf1e1e3a0c
23 changed files with 36 additions and 41 deletions
@@ -60,8 +60,6 @@ import kotlin.reflect.full.findAnnotation
abstract class KotlinLightCodeInsightFixtureTestCase : KotlinLightCodeInsightFixtureTestCaseBase() {
private val exceptions = ArrayList<Throwable>()
protected val module: Module get() = myFixture.module
protected open val captureExceptions = true
override fun setUp() {