Skip to content
Snippets Groups Projects
Commit b3098a3c authored by Jan Gruteser's avatar Jan Gruteser
Browse files

use getter for lazy value

parent e50147e7
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ public class TracePrinter { ...@@ -297,7 +297,7 @@ public class TracePrinter {
case LAZYVALUE: { case LAZYVALUE: {
LazyValue s = (LazyValue) val; LazyValue s = (LazyValue) val;
res.append(parseValue(s.val, type)); res.append(parseValue(s.getValue(), type));
return res; return res;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment