From fbb5e3a6b79aa771697106b5bb2373d9eaa68290 Mon Sep 17 00:00:00 2001 From: "sebastian.sellmair" Date: Tue, 30 Jun 2020 10:33:20 +0200 Subject: Implement first simple JavadocPackageTemplateMapTest.kt --- testApi/src/main/kotlin/testApi/utils/assertIsInstance.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testApi/src') 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 assertIsInstance(obj: Any?): T { } throw AssertionError("Expected instance of type ${T::class.qualifiedName} but found $obj") -} \ No newline at end of file +} -- cgit