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