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

4 lines
57 B
Plaintext
Vendored

fun foo(x: Int,
y: Int): Int {
return x + y
}