File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
macros/src/main/scala/chisel3/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ private[chisel3] object instantiableMacro {
12
12
import c .universe ._
13
13
def processBody (stats : Seq [Tree ]): (Seq [Tree ], Iterable [Tree ]) = {
14
14
val extensions = scala.collection.mutable.ArrayBuffer .empty[Tree ]
15
- extensions += q " implicit val mg = new chisel3.internal.MacroGenerated{} "
15
+ extensions += q " implicit val mg: chisel3.internal.MacroGenerated = new chisel3.internal.MacroGenerated {} "
16
16
// Note the triple `_` prefixing `module` is to avoid conflicts if a user marks a 'val module'
17
17
// with @public; in this case, the lookup code is ambiguous between the generated `def module`
18
18
// function and the argument to the generated implicit class.
You can’t perform that action at this time.
0 commit comments