Files
kotlin-fork/idea/testData/intentions/convertToBlockBody/adjustLineIndent.kt
T
Toshiaki Kameyama 30366148bf Convert to block body: adjust line indent
#KT-22368 Fixed
2020-04-02 12:48:05 +03:00

2 lines
46 B
Kotlin
Vendored

fun foo(x: Int,
y: Int) = <caret>x + y