aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/annotations.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/format/annotations.kt')
-rw-r--r--test/data/format/annotations.kt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/format/annotations.kt b/test/data/format/annotations.kt
new file mode 100644
index 00000000..445ec969
--- /dev/null
+++ b/test/data/format/annotations.kt
@@ -0,0 +1,4 @@
+data class Foo {
+ inline fun bar() {
+ }
+}