Don't indent to unrelated closing quote (KT-17894)
#KT-17894 Fixed
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
fun test = """
|
||||
{
|
||||
abc
|
||||
abc {<caret>
|
||||
}
|
||||
""".trimIndent()
|
||||
//-----
|
||||
fun test = """
|
||||
{
|
||||
abc
|
||||
abc {
|
||||
<caret>
|
||||
}
|
||||
""".trimIndent()
|
||||
Reference in New Issue
Block a user