Skip to content

Commit

Permalink
fixed conversion of the vararg descriptor to the regular one
Browse files Browse the repository at this point in the history
  • Loading branch information
Morfly committed Jul 2, 2021
1 parent 02032d9 commit f094782
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ data class Vararg(
}

fun Vararg.toArgument(): Arg =
Arg(shortName, fullName, fullType, isRequired)
Arg(shortName, underlyingName = "", fullType, isRequired)

sealed interface TypeDescriptor : Descriptor

Expand Down

0 comments on commit f094782

Please sign in to comment.