aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/src/test/resources/kmp/annotations/src/commonMain/kotlin/com/example/MyAnnotation.kt
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/src/test/resources/kmp/annotations/src/commonMain/kotlin/com/example/MyAnnotation.kt')
-rw-r--r--integration-tests/src/test/resources/kmp/annotations/src/commonMain/kotlin/com/example/MyAnnotation.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/kmp/annotations/src/commonMain/kotlin/com/example/MyAnnotation.kt b/integration-tests/src/test/resources/kmp/annotations/src/commonMain/kotlin/com/example/MyAnnotation.kt
new file mode 100644
index 00000000..b938f1c1
--- /dev/null
+++ b/integration-tests/src/test/resources/kmp/annotations/src/commonMain/kotlin/com/example/MyAnnotation.kt
@@ -0,0 +1,3 @@
+package com.example
+
+annotation class MyAnnotation