You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--Error:----------------------------------------------------------------------1|@annotation.targetName("foo"+"bar") deffoo=???|^^^^^^^^^^^^^|@targetName needs a string literal asargument1 error found
Expectation
Should compile. The spec says (should say actually) that the parameter of an @targetName annotation should be a constant expression.