Removed conflicting extensions from our code

This commit is contained in:
Valentin Kipyatkov
2015-09-01 13:05:37 +03:00
parent 460001cc8f
commit f244bfb073
3 changed files with 0 additions and 27 deletions
@@ -28,9 +28,6 @@ public val TextRange.start: Int
public val TextRange.end: Int
get() = getEndOffset()
public val TextRange.length: Int
get() = getLength()
public val PsiElement.range: TextRange
get() = getTextRange()!!
@@ -19,7 +19,6 @@ package org.jetbrains.kotlin.idea.intentions
import com.intellij.openapi.editor.Editor
import com.intellij.openapi.util.TextRange
import com.intellij.psi.util.PsiTreeUtil
import org.jetbrains.kotlin.idea.conversion.copy.length
import org.jetbrains.kotlin.idea.conversion.copy.range
import org.jetbrains.kotlin.idea.conversion.copy.start
import org.jetbrains.kotlin.idea.core.CommentSaver