Closed jurgenvinju closed 1 month ago
rascal>data WorkspaceInfo(rel[int a, int b] defines = {}) = workspaceInfo(); ok rascal>ws = workspaceInfo(); WorkspaceInfo: workspaceInfo() rascal>ws.defines set[void]: {}
That should have been rel[int a, int b]: {}
rel[int a, int b]: {}
Downstream issues are that field projection operators will start throwing static errors.
That should have been
rel[int a, int b]: {}
Downstream issues are that field projection operators will start throwing static errors.