Files
kotlin-fork/idea/testData/copyPaste/plainTextLiteral/TrimIndent3.expected.kt
T
Toshiaki Kameyama 251899c31a Fix bad indentation when copy-paste to trimIndent()
#KT-33888 Fixed
2019-11-26 18:00:38 +07:00

4 lines
56 B
Kotlin
Vendored

val ti = """
fun indented() {
}
""".trimIndent()