Unit.VALUE -> Unit in code.

This commit is contained in:
Zalim Bashorov
2014-07-12 21:25:00 +04:00
parent c85ec97589
commit 4a8519615a
4 changed files with 5 additions and 8 deletions
@@ -95,7 +95,7 @@ fun LookupElement.suppressAutoInsertion() = AutoCompletionPolicy.NEVER_AUTOCOMPL
val KEEP_OLD_ARGUMENT_LIST_ON_TAB_KEY = Key<Unit>("KEEP_OLD_ARGUMENT_LIST_ON_TAB_KEY")
fun LookupElement.keepOldArgumentListOnTab(): LookupElement {
putUserData(KEEP_OLD_ARGUMENT_LIST_ON_TAB_KEY, Unit.VALUE)
putUserData(KEEP_OLD_ARGUMENT_LIST_ON_TAB_KEY, Unit)
return this
}