Add options for wrapping local variable and property annotations
#KT-14950 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo() {
|
||||
@Deprecated
|
||||
@Named("foo")
|
||||
val bar = 1
|
||||
}
|
||||
|
||||
// SET_INT: VARIABLE_ANNOTATION_WRAP = 2
|
||||
Reference in New Issue
Block a user