aboutsummaryrefslogtreecommitdiff
path: root/test/data/functions/annotatedFunctionWithAnnotationParameters.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/functions/annotatedFunctionWithAnnotationParameters.kt')
-rw-r--r--test/data/functions/annotatedFunctionWithAnnotationParameters.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/functions/annotatedFunctionWithAnnotationParameters.kt b/test/data/functions/annotatedFunctionWithAnnotationParameters.kt
new file mode 100644
index 00000000..ee5b524a
--- /dev/null
+++ b/test/data/functions/annotatedFunctionWithAnnotationParameters.kt
@@ -0,0 +1 @@
+inlineOptions(InlineOption.LOCAL_CONTINUE_AND_BREAK) fun f() {}