File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package scoverage
33import java .io .File
44import java .util .concurrent .atomic .AtomicInteger
55
6+ import scala .reflect .internal .ModifierFlags
67import scala .tools .nsc ._
78import scala .tools .nsc .plugins .{Plugin , PluginComponent }
89import scala .tools .nsc .transform .{Transform , TypingTransformers }
@@ -343,7 +344,7 @@ class ScoverageInstrumentationComponent(val global: Global)
343344 && d.symbol.annotations.toString() == " macroImpl" =>
344345 tree
345346
346- // will catch macro implemenations , as they must end with Expr, however will catch
347+ // will catch macro implementations , as they must end with Expr, however will catch
347348 // any method that ends in Expr. // todo add way of allowing methods that return Expr
348349 case d : DefDef if d.symbol != null && d.tpt.symbol.fullNameString == " scala.reflect.api.Exprs.Expr" =>
349350 tree
You can’t perform that action at this time.
0 commit comments