Files
kotlin-fork/idea/testData/formatter/ParameterAnnotationWrap.after.kt
T
2017-07-07 16:48:31 +02: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