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 3083140 commit 48e939dCopy full SHA for 48e939d
compiler/test/dotty/tools/AnnotationsTests.scala
@@ -20,7 +20,6 @@ class AnnotationsTest:
20
VirtualJavaSource("A.java",
21
"@Annot(values = {}) public class A {}")) { javaOutputDir =>
22
inCompilerContext(javaOutputDir.toString + File.pathSeparator + TestConfiguration.basicClasspath) {
23
- (using ctx: Context) =>
24
val defn = ctx.definitions
25
val cls = ctx.requiredClass("A")
26
val annotCls = ctx.requiredClass("Annot")
0 commit comments