Skip to content

Commit 48e939d

Browse files
committed
Make context closure implicit
1 parent 3083140 commit 48e939d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/test/dotty/tools/AnnotationsTests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class AnnotationsTest:
2020
VirtualJavaSource("A.java",
2121
"@Annot(values = {}) public class A {}")) { javaOutputDir =>
2222
inCompilerContext(javaOutputDir.toString + File.pathSeparator + TestConfiguration.basicClasspath) {
23-
(using ctx: Context) =>
2423
val defn = ctx.definitions
2524
val cls = ctx.requiredClass("A")
2625
val annotCls = ctx.requiredClass("Annot")

0 commit comments

Comments
 (0)