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

throw exception for getBNode of StructOrFunctionType

parent 6907abad
No related branches found
No related tags found
No related merge requests found
Pipeline #148475 passed
......@@ -186,7 +186,7 @@ public class StructOrFunctionType extends AbstractHasFollowers {
@Override
public PExpression getBNode() {
return null;
throw new UnsupportedOperationException("StructOrFunctionType has no corresponding B node.");
}
public void apply(TypeVisitorInterface visitor) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment