diff options
Diffstat (limited to 'core/testdata/functions/functionWithAnnotatedParam.kt')
-rw-r--r-- | core/testdata/functions/functionWithAnnotatedParam.kt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/testdata/functions/functionWithAnnotatedParam.kt b/core/testdata/functions/functionWithAnnotatedParam.kt deleted file mode 100644 index f858e671..00000000 --- a/core/testdata/functions/functionWithAnnotatedParam.kt +++ /dev/null @@ -1,7 +0,0 @@ -@Target(AnnotationTarget.VALUE_PARAMETER) -@Retention(AnnotationRetention.SOURCE) -@MustBeDocumented -public annotation class Fancy - -fun function(@Fancy notInlined: () -> Unit) { -} |