[REVERTED] 0a71eb7 Alexey Sedunov on 2/25/2016 at 14:02 (committed on 3/24/2016 at 18:42)

Spring Support: Implement Spring-specific references
This commit is contained in:
Alexey Sedunov
2016-03-29 17:17:56 +03:00
parent 95f6acdddf
commit ed9b1ac151
45 changed files with 80 additions and 906 deletions
@@ -367,9 +367,6 @@ fun KtStringTemplateExpression.getContentRange(): TextRange {
return TextRange(start, if (lastChild.elementType == KtTokens.CLOSING_QUOTE) length - lastChild.textLength else length)
}
val KtStringTemplateExpression.plainContent: String
get() = getContentRange().substring(text)
fun KtStringTemplateExpression.isSingleQuoted(): Boolean
= node.firstChildNode.textLength == 1