Skip to content

Commit

Permalink
Rebases changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedquinn committed Jan 9, 2025
1 parent fca3f44 commit 713259f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ internal object ExcludeUtils {
return this.joinToString("") { it.toProblemString() }
}

private fun Identifier.Part.toProblemString(): String {
private fun Identifier.Simple.toProblemString(): String {
return when (this.isRegular()) {
false -> "\"${getText()}\""
true -> getText()
Expand Down

0 comments on commit 713259f

Please sign in to comment.