fix compilation after cleanup

This commit is contained in:
Dmitry Jemerov
2016-01-07 18:16:40 +01:00
parent 5d3ba1ad6c
commit f885459a43
4 changed files with 10 additions and 10 deletions
@@ -102,7 +102,7 @@ abstract class IntentionBasedInspection<TElement : KtElement>(
override fun startInWriteAction() = true
override fun isAvailable(project: Project, editor: Editor?, file: PsiFile?) = isAvailable
override fun isAvailable(project: Project, editor: Editor?, file: PsiFile?) = isAvailable()
override fun isAvailable(project: Project, file: PsiFile, startElement: PsiElement, endElement: PsiElement): Boolean {
assert(startElement == endElement)