Fixing compilation

This commit is contained in:
Valentin Kipyatkov
2014-12-24 23:30:47 +03:00
parent 1f17d7adcd
commit 6275a19a10
@@ -195,7 +195,7 @@ private fun MutableCollection<LookupElement>.addLookupElementsForNullable(factor
presentation.setItemText("?: " + presentation.getItemText())
}
override fun handleInsert(context: InsertionContext) {
handlers.WithTailInsertHandler("?:", spaceBefore = true, spaceAfter = true).handleInsert(context, getDelegate()) //TODO: code style
WithTailInsertHandler("?:", spaceBefore = true, spaceAfter = true).handleInsert(context, getDelegate()) //TODO: code style
}
}
lookupElement = lookupElement!!.suppressAutoInsertion()