aboutsummaryrefslogtreecommitdiff
path: root/testApi/src
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-06-30 10:33:20 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-01 09:43:03 +0200
commitfbb5e3a6b79aa771697106b5bb2373d9eaa68290 (patch)
treea2ab8a86935cb8d96a0762b4abaa34d4e54e309e /testApi/src
parentfac44e07465a57bd95a08379caf6ec1f767e8ec7 (diff)
downloaddokka-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.kt2
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
+}