Updated test data

This commit is contained in:
Michael Bogdanov
2016-02-03 10:29:43 +03:00
parent 6ae6f72156
commit 394221fefb
4 changed files with 5 additions and 4 deletions
@@ -1,7 +1,8 @@
package
private fun test(): S
private inline fun x(/*0*/ s: S, /*1*/ z: () -> kotlin.Unit): kotlin.Unit
internal inline fun x(/*0*/ s: S, /*1*/ z: () -> kotlin.Unit): kotlin.Unit
private inline fun x2(/*0*/ s: S, /*1*/ z: () -> kotlin.Unit): kotlin.Unit
private final class S {
public constructor S()