We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c339d1e commit e472cafCopy full SHA for e472caf
kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/util.kt
@@ -162,8 +162,6 @@ internal fun KaType.render(inFunctionType: Boolean = false): String {
162
"${it.variance}" +
163
(if (it.variance != Variance.INVARIANT) " " else "") +
164
it.type.render(this@render is KaFunctionType)
165
-
166
- else -> throw IllegalStateException("Unhandled type argument type ${it.javaClass}")
167
}
168
}.also { append(it) }
169
0 commit comments