diff options
Diffstat (limited to 'core/testdata/format/sampleByShortName.kt')
-rw-r--r-- | core/testdata/format/sampleByShortName.kt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/testdata/format/sampleByShortName.kt b/core/testdata/format/sampleByShortName.kt new file mode 100644 index 00000000..2e03310f --- /dev/null +++ b/core/testdata/format/sampleByShortName.kt @@ -0,0 +1,12 @@ +package test + +fun sample() { + println("sample") +} + +/** + * @sample sample + */ +fun use() { + +}
\ No newline at end of file |