diff options
Diffstat (limited to 'test/data/format')
| -rw-r--r-- | test/data/format/annotations.kt | 4 | ||||
| -rw-r--r-- | test/data/format/annotations.md | 0 |
2 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() { + } +} diff --git a/test/data/format/annotations.md b/test/data/format/annotations.md new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/data/format/annotations.md |
