Skip to content

Conversation

@samysweb
Copy link

Ghost JML code was missing a space.

Example:

public class Mult {
    public int mult (int x, int y){
	//@ ghost int oldx = x;
        return 1
    }
}

Was printed as:

public class Mult {
    public int mult (int x, int y){
	//@ ghostint oldx = x;
        return 1
    }
}

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

Successfully merging this pull request may close these issues.

1 participant