4 lines
118 B
Kotlin
Vendored
4 lines
118 B
Kotlin
Vendored
fun foo(@Deprecated("x") x: Int, @Deprecated("y") @Deprecated("z") y: Int)
|
|
|
|
// SET_INT: PARAMETER_ANNOTATION_WRAP = 2
|