diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-06-30 10:33:20 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-01 09:43:03 +0200 |
commit | fbb5e3a6b79aa771697106b5bb2373d9eaa68290 (patch) | |
tree | a2ab8a86935cb8d96a0762b4abaa34d4e54e309e /testApi/src | |
parent | fac44e07465a57bd95a08379caf6ec1f767e8ec7 (diff) | |
download | dokka-fbb5e3a6b79aa771697106b5bb2373d9eaa68290.tar.gz dokka-fbb5e3a6b79aa771697106b5bb2373d9eaa68290.tar.bz2 dokka-fbb5e3a6b79aa771697106b5bb2373d9eaa68290.zip |
Implement first simple JavadocPackageTemplateMapTest.kt
Diffstat (limited to 'testApi/src')
-rw-r--r-- | testApi/src/main/kotlin/testApi/utils/assertIsInstance.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testApi/src/main/kotlin/testApi/utils/assertIsInstance.kt b/testApi/src/main/kotlin/testApi/utils/assertIsInstance.kt index 0220799a..279dbafa 100644 --- a/testApi/src/main/kotlin/testApi/utils/assertIsInstance.kt +++ b/testApi/src/main/kotlin/testApi/utils/assertIsInstance.kt @@ -14,4 +14,4 @@ inline fun <reified T> assertIsInstance(obj: Any?): T { } throw AssertionError("Expected instance of type ${T::class.qualifiedName} but found $obj") -}
\ No newline at end of file +} |