diff options
Diffstat (limited to 'test/data/format')
-rw-r--r-- | test/data/format/annotations.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |