Skip to content

Commit

Permalink
Remove expectation of spurious diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartol committed Apr 4, 2024
1 parent ce98353 commit 2336e14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/ql/test/query-tests/SpuriousJavadocParam/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,4 @@ static record SomeRecord(int i, int j) {}
* @param k does not
*/
static record GenericRecord<T>(int i, int j) {}

// Diagnostic Matches: Incomplete inheritance relation for type java.lang.Object and supertype none
}

0 comments on commit 2336e14

Please sign in to comment.