We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bef67f6 + 15fafb5 commit e078e79Copy full SHA for e078e79
tests/disabled/pos/i12956.java
@@ -0,0 +1,5 @@
1
+// Disable because it requires Java 9+ but our CI still runs on Java 8 and our
2
+// testing infrastructure doesn't let us run a test only on Java 9+.
3
+interface Foo {
4
+ private void bar() {}
5
+}
tests/pos/i12956.java
0 commit comments