J2K: all annotations should be with "@"
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ internal class A {
|
||||
constructor() {
|
||||
}
|
||||
|
||||
JvmOverloads constructor(p: Int, s: String, x: Int = 1) {
|
||||
@JvmOverloads constructor(p: Int, s: String, x: Int = 1) {
|
||||
this.s = s
|
||||
this.x = x
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user