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

Inox fatal error when doing imports of inner objects #1389

Closed
andreagilot-da opened this issue Mar 17, 2023 · 0 comments · Fixed by #1391
Closed

Inox fatal error when doing imports of inner objects #1389

andreagilot-da opened this issue Mar 17, 2023 · 0 comments · Fixed by #1391

Comments

@andreagilot-da
Copy link

andreagilot-da commented Mar 17, 2023

When running the following code:

object A {
  object B {}
  object C {
    import B._
  }
}

I get the error message:

[Internal] getSelectChain: unexpected Tree:
[Internal] A.this
[Internal] Please inform the authors of Inox about this message
[ Fatal ] There were fatal errors.

I am using the latest release of stainless-scalac.

mario-bucev added a commit to mario-bucev/stainless that referenced this issue Mar 20, 2023
mario-bucev added a commit that referenced this issue Mar 20, 2023
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 a pull request may close this issue.

1 participant