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
s"Could not transform '$original' in ${placeableTree.tree} (${metadata.showLocation})"
169
+
show"Could not transform '${original.text}' in ${placeableTree.tree.text} (${metadata.location})"
168
170
)
169
171
)
170
172
171
173
mutatedTopStatement match {
172
174
caset: Term=>MutatedCode(t, metadata)
173
175
case t =>
174
176
thrownewRuntimeException(
175
-
s"Could not transform '$original' in ${placeableTree.tree} (${metadata.showLocation}). Expected a Term, but was a ${t.getClass().getSimpleName}"
177
+
show"Could not transform '${original.text}' in ${placeableTree.tree.text} (${metadata.location}). Expected a Term, but was a ${t.getClass().getSimpleName}"
0 commit comments