Fix some tests bound to changed annotation formatting
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ 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