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

fe: library feature current, use thisType of selfType #3774

Conversation

michaellilltokiwa
Copy link
Member

see also Current:

  public Current(SourcePosition pos, AbstractFeature f)
  {
    super(f.thisType());
    ...
  }

I found this bug while trying to persist the main application to fum-file then reload it from there.

Also some typos, a precondition and modifier restricitions.

see also Current:
```
  public Current(SourcePosition pos, AbstractFeature f)
  {
    super(f.thisType());
    ...
  }
```

I found this bug while trying to persist the main application to fum-file then reload it from there.
@michaellilltokiwa michaellilltokiwa requested a review from a team September 12, 2024 09:12
@michaellilltokiwa michaellilltokiwa merged commit 94f4f7d into tokiwa-software:main Sep 12, 2024
4 checks passed
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.

2 participants