-
Notifications
You must be signed in to change notification settings - Fork 185
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
error fix :remove unsed #914
Comments
@hepin1989, looks like this behavior is intentional (see tests: input / output). The reason is that the the |
@marcelocenerine after you removed that ,Akka did not compile:) |
@hepin1989 what is the resulting compile error? We can probably remove the right-hand side if it only references vals. We can try to reproduce what the compiler does |
sorry, I meant RHS in my previous comment. |
The following causes a compiler error:
|
Aah yes :) that is a good test case! Thank you @marcelocenerine |
@olafurpg could not find the symbol. |
@olafurpg I only make use of scalafix for remove the unused import now.the problem presents when I use the default settings. |
before :
after
source :akka.stream.impl.fusing.ActorGraphInterpreter.ActorOutputBoundary
The text was updated successfully, but these errors were encountered: