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
refactor(ast): rename variable for clarity in ProtobufFullIdentListener.kt #31
Update the variable name from 'child' to 'enumChild' to improve readability in the context of processing enum elements within the ProtobufFullIdentListener. This change reduces confusion by differentiating the variable's role in the enum-specific branch of the when-statement.
0 commit comments