diff options
Diffstat (limited to 'test/data/functions/functionWithAnnotatedParam.kt')
-rw-r--r-- | test/data/functions/functionWithAnnotatedParam.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/functions/functionWithAnnotatedParam.kt b/test/data/functions/functionWithAnnotatedParam.kt new file mode 100644 index 00000000..8922f765 --- /dev/null +++ b/test/data/functions/functionWithAnnotatedParam.kt @@ -0,0 +1,2 @@ +fun function([noinline] notInlined: () -> Unit) { +} |