We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a35bf8 commit a707a74Copy full SHA for a707a74
tests/pending/pos/i2797/Fork_1.java renamed to tests/pos/i2797/Fork_1.java
@@ -1,7 +1,7 @@
1
// Test is pending because we have no good way to test it.
2
// We need to: Compile Fork.java, and then compile Test.scala
3
// with Fork.class on the classpath.
4
-public @interface Fork {
+public @interface Fork_1 {
5
int value() default -1;
6
String[] jvmArgs() default { "nope" };
7
}
tests/pending/pos/i2797/Test_2.scala renamed to tests/pos/i2797/Test_2.scala
@@ -1,5 +1,5 @@
-@Fork(jvmArgs = Array("I'm", "hot"))
+@Fork_1(jvmArgs = Array("I'm", "hot"))
class Test
0 commit comments