-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
VerifyError (in Eclipse) with ExtensionMethod #509
Comments
👤 majoorj@yahoo.com 🕗 Dec 12, 2012 at 18:15 UTC What steps will reproduce the problem?
What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. Example: import lombok.experimental.ExtensionMethod; @ ExtensionMethod({Test.TestExtensions.class}) public static class TestExtensions { If I use the extension method directly with a string it works fine, but it fails with if the string comes from a generic type. Using Javac there is no such problem, it occurs in Eclipse. |
👤 majoorj@yahoo.com 🕗 Dec 12, 2012 at 18:15 UTC |
👤 reinierz 🕗 Mar 11, 2013 at 22:51 UTC Test case reproduced. We're working on this now. |
👤 reinierz 🕗 Mar 11, 2013 at 23:28 UTC Fixed in edge: |
End of migration |
Migrated from Google Code (issue 436)
The text was updated successfully, but these errors were encountered: