Fix test data for android tests

This commit is contained in:
Michael Bogdanov
2014-10-29 17:01:45 +03:00
parent cede5ac58b
commit 8e93719e9d
3 changed files with 5 additions and 5 deletions
@@ -10,7 +10,7 @@ fun box() : String {
val s = "1" + "2" + 3 + 4L + 5.0 + 6F + '7' + A()
return s
return "OK"
}
// 1 NEW java/lang/StringBuilder