Files
kotlin-fork/idea/testData/formatter/Parameters.kt
T
Nikolay Krasko cdac293a8d - Fix typing enter after import
- Prepared tests for KT-1161 (disabled)
2012-02-09 18:11:40 +04:00

6 lines
60 B
Kotlin

fun some(
a: Int,
b: String, c: Int,
d: String, e: Int
) {
}