From c36c6ae3b8c9e47afc7adabd4624c1a95039596f Mon Sep 17 00:00:00 2001 From: Szymon Świstun Date: Tue, 7 Jan 2020 12:13:32 +0100 Subject: cleanup --- core/src/main/kotlin/links/DRI.kt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/src/main/kotlin/links') diff --git a/core/src/main/kotlin/links/DRI.kt b/core/src/main/kotlin/links/DRI.kt index 0aeba264..6d709603 100644 --- a/core/src/main/kotlin/links/DRI.kt +++ b/core/src/main/kotlin/links/DRI.kt @@ -95,10 +95,6 @@ data class TypeReference(val classNames: String, val typeBounds: List TypeReference("todo:${d.name}") -// else -> TypeReference(t.constructorName.orEmpty(), t.arguments.map { from(it) }) -// } private fun from(t: TypeProjection): TypeReference = if (t.isStarProjection) { -- cgit