Files
kotlin-fork/idea/testData/formatter/ParameterAnnotationWrap.after.kt
T
2020-01-17 21:02:52 +07:00

10 lines
161 B
Kotlin
Vendored

fun foo(
@Deprecated("x")
x: Int,
@Deprecated("y")
@Deprecated("z")
y: Int,
)
// SET_INT: PARAMETER_ANNOTATION_WRAP = 2