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