Files
kotlin-fork/idea/testData/formatter/FunctionDefParametersAlign.kt
T
Nikolay Krasko cc449bcdd8 - Formatter parameter alignment
- Change formatter testing framework
- Activate "Wrapping and Braces" tab
2012-03-30 19:23:16 +04:00

3 lines
39 B
Kotlin

fun test(a : Int,
b : Int) {
}