Skip to content

Commit 2336e14

Browse files
author
Dave Bartolomeo
committed
Remove expectation of spurious diagnostic
1 parent ce98353 commit 2336e14

File tree

1 file changed

+0
-2
lines changed
  • java/ql/test/query-tests/SpuriousJavadocParam

1 file changed

+0
-2
lines changed

java/ql/test/query-tests/SpuriousJavadocParam/Test.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,4 @@ static record SomeRecord(int i, int j) {}
132132
* @param k does not
133133
*/
134134
static record GenericRecord<T>(int i, int j) {}
135-
136-
// Diagnostic Matches: Incomplete inheritance relation for type java.lang.Object and supertype none
137135
}

0 commit comments

Comments
 (0)