Implement option for wrapping parameter annotations
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(@Deprecated("x") x: Int, @Deprecated("y") @Deprecated("z") y: Int)
|
||||
|
||||
// SET_INT: PARAMETER_ANNOTATION_WRAP = 2
|
||||
Reference in New Issue
Block a user