There was an error while loading. Please reload this page.
1 parent 0adaee5 commit 65f264dCopy full SHA for 65f264d
1 file changed
checker/tests/nullness/Issue6750.java
@@ -7,6 +7,7 @@
7
import java.util.stream.Collectors;
8
import org.checkerframework.checker.nullness.qual.KeyFor;
9
10
+// @below-java17-jdk-skip-test
11
public record Issue6750(String type) {
12
13
void needKeyFor(@KeyFor("#2") String s, Map<String, String> map) {
0 commit comments