diff options
Diffstat (limited to 'core/testdata/javadoc/exception.kt')
-rw-r--r-- | core/testdata/javadoc/exception.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/testdata/javadoc/exception.kt b/core/testdata/javadoc/exception.kt new file mode 100644 index 00000000..ec0a5bbb --- /dev/null +++ b/core/testdata/javadoc/exception.kt @@ -0,0 +1,5 @@ +package foo + +class MyException : Exception { + fun foo() = "" +} |