Files
kotlin-fork/idea/testData/formatter/ParameterAnnotationWrap.kt
T
2017-07-07 16:48:31 +02:00

4 lines
118 B
Kotlin
Vendored

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