8f2c543f7e
#KT-6032 Fixed
37 lines
592 B
Kotlin
Vendored
37 lines
592 B
Kotlin
Vendored
// SET_INT: METHOD_PARAMETERS_WRAP = 2
|
|
// SET_TRUE: ALIGN_MULTILINE_PARAMETERS
|
|
// RIGHT_MARGIN: 30
|
|
|
|
fun testtest()
|
|
|
|
fun testtesttesttesttesttesttesttesttest()
|
|
|
|
fun testtest(foofoo: Int)
|
|
|
|
fun testtesttesttest(foofoo: Int)
|
|
|
|
fun test(foo: Int,
|
|
bar: Int)
|
|
|
|
fun testtesttesttest(foofoo: Int,
|
|
barbar: Int,
|
|
foobar: Int,
|
|
barfoo: Int)
|
|
|
|
fun test() {
|
|
for (foo: Int in bar) {
|
|
|
|
}
|
|
|
|
for (foofoofoofoofoofoo: Int in bar) {
|
|
|
|
}
|
|
|
|
try {
|
|
|
|
} catch (bar: Exception) {
|
|
|
|
} catch (barbarbarbarbar: Exception) {
|
|
|
|
}
|
|
} |