Fix test expectation failures caused by changed signatures.

This commit is contained in:
Ilya Gorbunov
2015-10-27 19:42:38 +03:00
parent d021a324aa
commit f20bfa7fb8
5 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ import wrong.*
fun foo(x: ClassWithWrongAbiVersion) {
bar()
1.set(2, 3)
1.printStackTrace(2, 3)
}