Implement option for wrapping method annotations
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
internal class A {
|
||||
@Synchronized fun foo() {
|
||||
@Synchronized
|
||||
fun foo() {
|
||||
bar()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user