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 a02b10b commit c15ff7bCopy full SHA for c15ff7b
tests/pos/i2797a/Fork.scala
@@ -0,0 +1,5 @@
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
+class Fork(value: Int = -1, jvmArgs: Array[String] = Array("nope"))
5
+extends annotation.Annotation
tests/pos/i2797a/Test.scala
+@Fork(jvmArgs = Array("I'm", "hot"))
+class Test
0 commit comments