Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Jan 10, 2024
1 parent f59eb07 commit d3f896b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ void identification() {
" assertThat(map).containsValue(value);",
" }",
" }",
"",
" // BUG: Diagnostic contains:",
" class UnusedLexicographicallyUnorderedParameters {",
" @BeforeTemplate",
" void foo(int a, int b) {}",
"",
" @BeforeTemplate",
" void bar(int b, int a) {}",
" }",
"}")
.doTest();
}
Expand Down

0 comments on commit d3f896b

Please sign in to comment.