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 5096a5b commit 25ce399Copy full SHA for 25ce399
compiler/src/dotty/tools/dotc/transform/MixinOps.scala
@@ -69,7 +69,7 @@ class MixinOps(cls: ClassSymbol, thisTransform: DenotTransformer)(implicit ctx:
69
}
70
71
private def needsJUnit4Fix(meth: Symbol): Boolean = {
72
- meth.annotations.nonEmpty && JUnit4Annotations.exists(annot => annot.exists && meth.hasAnnotation(annot))
+ meth.annotations.nonEmpty && JUnit4Annotations.exists(annot => meth.hasAnnotation(annot))
73
74
75
/** Get `sym` of the method that needs a forwarder
0 commit comments