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
In Icicle Preprocessor here, you check if (element.getKind() != ElementKind.FIELD) {, but why are you checking for this if the Freeze annotation class already has an annotation type target @Target(ElementType.FIELD)here?.
The text was updated successfully, but these errors were encountered:
In Icicle Preprocessor here, you check
if (element.getKind() != ElementKind.FIELD) {
, but why are you checking for this if theFreeze
annotation class already has an annotation type target@Target(ElementType.FIELD)
here?.The text was updated successfully, but these errors were encountered: