From 3921ac60ee89bbd02444f85e8b8b52c7f77c6e27 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 30 Jun 2015 17:53:02 +0200 Subject: fix tests --- test/data/functions/functionWithAnnotatedParam.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/functions/functionWithAnnotatedParam.kt') diff --git a/test/data/functions/functionWithAnnotatedParam.kt b/test/data/functions/functionWithAnnotatedParam.kt index 8922f765..640bec83 100644 --- a/test/data/functions/functionWithAnnotatedParam.kt +++ b/test/data/functions/functionWithAnnotatedParam.kt @@ -1,2 +1,2 @@ -fun function([noinline] notInlined: () -> Unit) { +fun function(noinline notInlined: () -> Unit) { } -- cgit