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

glinear var is replaced with ghost #23

Open
tjhance opened this issue Apr 8, 2021 · 0 comments
Open

glinear var is replaced with ghost #23

tjhance opened this issue Apr 8, 2021 · 0 comments
Labels
glinear related to glinear

Comments

@tjhance
Copy link
Collaborator

tjhance commented Apr 8, 2021

This currently errors on line 6; it ought to error on line 5

method m() 
returns (glinear x: int)
{
  ghost var a := 5;
  glinear var b := a;
  x := a;
}
@tjhance tjhance added the glinear related to glinear label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
glinear related to glinear
Projects
None yet
Development

No branches or pull requests

1 participant