Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disallow recursion in associative blocks #3

Open
pboyer opened this issue May 31, 2016 · 1 comment
Open

Disallow recursion in associative blocks #3

pboyer opened this issue May 31, 2016 · 1 comment

Comments

@pboyer
Copy link
Contributor

pboyer commented May 31, 2016

No description provided.

@pboyer pboyer added the TODO label May 31, 2016
@pboyer pboyer changed the title Disallow recursion in flow blocks Disallow recursion in associative blocks Oct 26, 2016
@pboyer
Copy link
Contributor Author

pboyer commented Oct 26, 2016

def foo(){
  return foo(){
  }
}

OR

def foo() {
 return bar();
}

def bar() { 
  return foo();
}

@pboyer pboyer removed the TODO label Oct 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant