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

10 lines
139 B
Kotlin
Vendored

fun test() = doTest("""
def foo(a)
a ? 0 : 1
end
""".trimIndent())
fun doTest(rubyCode: String) {
// some code here
}