Skip to content

Commit

Permalink
SAVE smoke tests should not have fixed line numbers
Browse files Browse the repository at this point in the history
### What's done:
* replace line numbers with placeholder
Closes #1527
  • Loading branch information
Cheshiriks committed Sep 16, 2022
1 parent 9069946 commit 895f520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ enum class IssueType2 {

/**
* @param bar
// ;warn:$line+9:8: [KDOC_NO_EMPTY_TAGS] no empty descriptions in tag blocks are allowed: @return (cannot be auto-corrected){{.*}}
// ;warn:8: [KDOC_NO_EMPTY_TAGS] no empty descriptions in tag blocks are allowed: @return (cannot be auto-corrected){{.*}}
* @return
*/
fun foo(bar: Int) = bar
Expand Down

0 comments on commit 895f520

Please sign in to comment.