Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
IVIanuu committed Feb 25, 2024
1 parent 0852849 commit d1c0de3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ fun ConeKotlinType.toInjektType(
classifier = classifier,
isMarkedNullable = unwrapped.isMarkedNullable,
arguments = unwrapped.typeArguments
// we use take here because an inner class also contains the type parameters
// of it's parent class which is irrelevant for us
//.take(classifier.typeParameters.size) // todo
.map { it.toInjektType(ctx) }
.let {
if (classifier.isTag && it.size != classifier.typeParameters.size)
Expand Down

0 comments on commit d1c0de3

Please sign in to comment.