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 546c59f commit a02b10bCopy full SHA for a02b10b
tests/pending/pos/i2797/Fork_1.java
@@ -0,0 +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 {
5
+ int value() default -1;
6
+ String[] jvmArgs() default { "nope" };
7
+}
tests/pending/pos/i2797/Test_2.scala
@@ -0,0 +1,5 @@
+@Fork(jvmArgs = Array("I'm", "hot"))
+class Test
tests/pos/i2797/Fork.java
tests/pos/i2797/Test.scala
0 commit comments