Remove ConvertTrimIndentToTrimMarginIntention

Relates to #KT-31502
This commit is contained in:
Dmitry Gridin
2019-05-27 17:30:54 +07:00
parent 91e9ed25f7
commit 0b9b49d7bc
14 changed files with 0 additions and 179 deletions
@@ -1,7 +0,0 @@
fun test() {
val x =
<spot>"""
|a
|b
""".trimMargin()</spot>
}
@@ -1,7 +0,0 @@
fun test() {
val x =
<spot>"""
a
b
""".trimIndent()</spot>
}
@@ -1,5 +0,0 @@
<html>
<body>
This intention converts an <b>trimIndent()</b> call to an <b>trimMargin()</b> call.
</body>
</html>