Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
IVIanuu committed Feb 23, 2024
1 parent c6d7911 commit b79b0b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ fun DescriptorVisibility.shouldPersistInfo() = this == DescriptorVisibilities.PU

fun InjektType.toPersistedInjektType(ctx: Context): PersistedInjektType =
PersistedInjektType(
classifierKey = classifier.descriptor?.uniqueKey(ctx) ?: "",
classifierKey = classifier.key,
arguments = arguments.map { it.toPersistedInjektType(ctx) },
isStarProjection = isStarProjection,
variance = variance,
Expand Down

0 comments on commit b79b0b9

Please sign in to comment.