[TD] Update test data after previous commit
This commit is contained in:
@@ -6,4 +6,4 @@ class My(var x: Int) {
|
||||
fun copy() = My(x)
|
||||
}
|
||||
|
||||
fun testInvoke(): Int = My(13)()
|
||||
fun testInvoke(): Int = My(13)()
|
||||
|
||||
Reference in New Issue
Block a user