Files
kotlin-fork/idea/testData/copyPaste/plainTextLiteral/TrimIndent.kt
T
2019-09-17 17:16:30 +03:00

8 lines
110 B
Kotlin
Vendored

fun test() = doTest("""
<caret>
""".trimIndent())
fun doTest(rubyCode: String) {
// some code here
}