FIR IDE: add debug info when can not build KtType
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ internal class KtSymbolByFirBuilder private constructor(
|
||||
is ConeClassErrorType -> KtFirErrorType(coneType, typeCheckerContext, token)
|
||||
is ConeFlexibleType -> KtFirFlexibleType(coneType, typeCheckerContext, token, this)
|
||||
is ConeIntersectionType -> KtFirIntersectionType(coneType, typeCheckerContext, token, this)
|
||||
else -> TODO()
|
||||
else -> TODO(coneType::class.toString())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user