Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Nilsson
OwlCompiler
Commits
dcb4a4c1
Commit
dcb4a4c1
authored
Nov 09, 2006
by
Anders Nilsson
Browse files
Synching
parent
f5711ee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Types.jrag
View file @
dcb4a4c1
...
...
@@ -61,6 +61,7 @@ aspect Restrictions {
if (restrictions == null) {
List l = new List();
collectRestrictions(l);
getSuperClass().decl().collectRestrictions(l);
restrictions = new Restrictions(l);
}
return restrictions;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment