c34b417d0c
#KT-34744
13 lines
135 B
Kotlin
Vendored
13 lines
135 B
Kotlin
Vendored
fun <caret>foo(a: Int, c: Int) {
|
|
|
|
}
|
|
|
|
fun test() {
|
|
foo(1,
|
|
3)
|
|
foo(1, 3)
|
|
foo(
|
|
1,
|
|
3
|
|
)
|
|
} |