J2K: all annotations should be with "@"
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ internal class A {
|
||||
println("p = [$p]")
|
||||
}
|
||||
|
||||
Synchronized fun foo() {
|
||||
@Synchronized fun foo() {
|
||||
foo(calcSomething())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user