Remove expectation of spurious diagnostic

This commit is contained in:
Dave Bartolomeo
2024-04-04 10:31:05 -04:00
parent ce98353d22
commit 2336e14627

View File

@@ -132,6 +132,4 @@ public class Test<V> {
* @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
}