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
valmsg=s"Could not find interpreted method ${clazz.getCanonicalName}.$name with parameters $paramClasses"
152
+
valmsg=s"Could not find inline macro method ${clazz.getCanonicalName}.$name with parameters $paramClasses$extraMsg"
153
153
thrownewStopInterpretation(msg, pos)
154
154
}
155
155
}
156
156
157
+
privatedefextraMsg="(the most common reason for that is that you cannot use inline macro implementations in the same compilation run that defines them)"
0 commit comments