intellij-plugin/features/code-insight-core/testSrc/com/jetbrains/edu/codeInsight/taskDescription/EduTaskDescriptionCompletionTestBase.kt [17:27]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun tearDown() { try { completionFixture.tearDown() } catch (e: Throwable) { addSuppressedException(e) } finally { super.tearDown() } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - intellij-plugin/features/code-insight-yaml/testSrc/com/jetbrains/edu/yaml/completion/YamlCompletionTestBase.kt [17:27]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun tearDown() { try { completionFixture.tearDown() } catch (e: Throwable) { addSuppressedException(e) } finally { super.tearDown() } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -