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.
1 parent 2ed5843 commit 6e7ffb5Copy full SHA for 6e7ffb5
tests/pos-special/i2797/Fork_1.java
@@ -1,6 +1,3 @@
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_1 {
5
int value() default -1;
6
String[] jvmArgs() default { "nope" };
tests/pos-special/i2797/Test_2.scala
@@ -1,5 +1,2 @@
@Fork_1(jvmArgs = Array("I'm", "hot"))
class Test
0 commit comments