We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For this code:
import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.InjectMocks; import org.mockito.Mock; import org.mockito.junit.MockitoJUnitRunner; import org.springframework.mock.web.MockHttpServletRequest; import org.springframework.security.oauth2.client.DefaultOAuth2ClientContext; import org.springframework.security.oauth2.client.OAuth2ClientContext;
Both these should work:
import $_
import org.springframework.$_
The text was updated successfully, but these errors were encountered:
So this actually works:
`import $import;` where $import <: contains `org.springframework`
But I think this is more intuitive:
import org.springframework.$_;
We should consider having an equivalence class that is able to map between the two.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
For this code:
Both these should work:
The text was updated successfully, but these errors were encountered: