147f805c56
#KT-31810 Fixed
10 lines
139 B
Kotlin
Vendored
10 lines
139 B
Kotlin
Vendored
fun test() = doTest("""
|
|
def foo(a)
|
|
a ? 0 : 1
|
|
end
|
|
""".trimIndent())
|
|
|
|
fun doTest(rubyCode: String) {
|
|
// some code here
|
|
}
|