Fix some tests bound to changed annotation formatting
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@ internal class A() {
|
||||
private val s = ""
|
||||
private val x = 0
|
||||
|
||||
@JvmOverloads constructor(p: Int, s: String, x: Int = 1) : this() {
|
||||
@JvmOverloads
|
||||
constructor(p: Int, s: String, x: Int = 1) : this() {
|
||||
this.s = s
|
||||
this.x = x
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user