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 1a2c4f6 commit 5d7b140Copy full SHA for 5d7b140
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