Implement option for wrapping method annotations
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ internal class A {
|
||||
println("p = [$p]")
|
||||
}
|
||||
|
||||
@Synchronized fun foo() {
|
||||
@Synchronized
|
||||
fun foo() {
|
||||
foo(calcSomething())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user