[KT-10614] Fix passing of inline.kt test

This commit is contained in:
Alexey Andreev
2016-02-16 11:40:20 +03:00
parent 79b42d7fe5
commit f6fadc4fa5
3 changed files with 30 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package foo
// CHECK_CONTAINS_NO_CALLS: test1
// CHECK_CONTAINS_NO_CALLS: test2
// CHECK_CONTAINS_NO_CALLS: test3
// CHECK_CONTAINS_NO_CALLS: test3 except=slice
internal inline fun concat(vararg strings: String): String {
var result = ""