Files
kotlin-fork/idea/testData/formatter/ParameterAnnotationWrap.after.kt
T
2020-02-04 21:34:53 +07:00

8 lines
150 B
Kotlin
Vendored

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