Skip to content

Commit

Permalink
added suppressing (not possible to use default arguments)
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Mar 20, 2023
1 parent 9d30fc0 commit a2dc9e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ internal fun String.getLineNumberAndMessage(
* @param lineGroupIdx index of capture group for line number
* @return line number
*/
@Suppress("WRONG_OVERLOADING_FUNCTION_ARGUMENTS")
internal fun String.getLineNumber(warningRegex: Regex,
lineGroupIdx: Long?,
): Int? {
Expand Down

0 comments on commit a2dc9e1

Please sign in to comment.