Remove ConvertTrimIndentToTrimMarginIntention
Relates to #KT-31502
This commit is contained in:
-7
@@ -1,7 +0,0 @@
|
||||
fun test() {
|
||||
val x =
|
||||
<spot>"""
|
||||
|a
|
||||
|b
|
||||
""".trimMargin()</spot>
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
fun test() {
|
||||
val x =
|
||||
<spot>"""
|
||||
a
|
||||
b
|
||||
""".trimIndent()</spot>
|
||||
}
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts an <b>trimIndent()</b> call to an <b>trimMargin()</b> call.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user