Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Oct 28, 2024
1 parent 7aeafa8 commit ce241dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ internal fun specializations(
internal class ArgumentValidator(
private val parameters: List<IrValueParameter>,
private val element: IrValueParameter,
): IrElementTransformer<Unit> {
) : IrElementTransformer<Unit> {
/**
* Confirm `burstValues()` don't reference other parameters. If we don't validate this here we'll
* get an ugly compiler crash because the referenced parameter won't be visible.
Expand Down

0 comments on commit ce241dd

Please sign in to comment.