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/format/annotations.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/format/annotations.kt') diff --git a/test/data/format/annotations.kt b/test/data/format/annotations.kt index 9356d4ca..57f76249 100644 --- a/test/data/format/annotations.kt +++ b/test/data/format/annotations.kt @@ -1,5 +1,5 @@ data class Foo { - inline fun bar([noinline] notInlined: () -> Unit) { + inline fun bar(noinline notInlined: () -> Unit) { } inline val x: Int -- cgit