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 as argument
1 error found
Expectation
Should compile. The spec says (should say actually) that the parameter of an @targetName annotation should be a constant expression.
The text was updated successfully, but these errors were encountered:
Compiler version
312c89a
Minimized example
Output
Expectation
Should compile. The spec says (should say actually) that the parameter of an
@targetName
annotation should be a constant expression.The text was updated successfully, but these errors were encountered: