Migrate compiler, idea and others to new case conversion api
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ private class KJvmReplCompleter(
|
||||
getPresentation(
|
||||
it
|
||||
)
|
||||
Triple(it, presentation, (presentation.presentableText + presentation.tailText).toLowerCase())
|
||||
Triple(it, presentation, (presentation.presentableText + presentation.tailText).lowercase())
|
||||
}
|
||||
.let {
|
||||
if (isSortNeeded) it.sortedBy { descTriple -> descTriple.third } else it
|
||||
|
||||
Reference in New Issue
Block a user