diff options
Diffstat (limited to 'test/data/format/see.kt')
-rw-r--r-- | test/data/format/see.kt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/data/format/see.kt b/test/data/format/see.kt new file mode 100644 index 00000000..a0b153b0 --- /dev/null +++ b/test/data/format/see.kt @@ -0,0 +1,12 @@ +/** + * @see foo + * @see bar + */ +fun quux() { +} + +fun foo() { +} + +fun bar() { +}
\ No newline at end of file |