Update test data

This commit is contained in:
Alexey Tsvetkov
2015-10-16 21:43:28 +03:00
parent d86121863a
commit 1e2256207c
145 changed files with 314 additions and 314 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package
@kotlin.inline() public fun </*0*/ reified T> Array(/*0*/ n: kotlin.Int, /*1*/ block: (kotlin.Int) -> T): kotlin.Array<T>
public inline fun </*0*/ reified T> Array(/*0*/ n: kotlin.Int, /*1*/ block: (kotlin.Int) -> T): kotlin.Array<T>
public fun test(): kotlin.Unit
public fun use(/*0*/ a: kotlin.Any?): kotlin.Any?
public fun </*0*/ T> kotlin.Array<out T>.forEach(/*0*/ operation: (T) -> kotlin.Unit): kotlin.Unit