You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/scala/singleton/ops/impl/GeneralMacros.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -915,7 +915,7 @@ trait GeneralMacros {
915
915
silent =false
916
916
)
917
917
TypeCalc(itree.tpe.decls.head.info) match {
918
-
caset : CalcUnknown=> t.copy(opIntercept =true) //the unknown result must be marked properly so we allow it later
918
+
caset : CalcUnknown=> t.copy(treeOption =Some(c.untypecheck(q"$itree.value")),opIntercept =true) //the unknown result must be marked properly so we allow it later
0 commit comments