diff options
Diffstat (limited to 'core/testdata/format/gfm/sample.kt')
-rw-r--r-- | core/testdata/format/gfm/sample.kt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/core/testdata/format/gfm/sample.kt b/core/testdata/format/gfm/sample.kt new file mode 100644 index 00000000..3300d2c8 --- /dev/null +++ b/core/testdata/format/gfm/sample.kt @@ -0,0 +1,18 @@ +/** + * The class Foo. + */ +class Foo { + /** + * The method bar. + */ + fun bar() { + + } + + /** + * The method baz. + */ + fun baz() { + + } +}
\ No newline at end of file |