#16 ✓resolved
me (at andresteingress)

missing return causes wrong method behavior

Reported by me (at andresteingress) | April 11th, 2011 @ 11:00 AM | in 1.2.2

whenever an invariant is applied on some sort of the following method, the generated code calls the last statement twice

def pop() {
elements.pop() }

vs.

def pop() {
return elements.pop() }

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

core module

Shared Ticket Bins

People watching this ticket

Referenced by

Pages