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
Java bytecode: type checking symbol expressions cannot yield a fresh symbol
java_bytecode_convert_class and java_bytecode_convert_method take care
of adding all symbols to the symbol table ahead of type checking.
Therefore, typecheck_expr_symbol could never end up in the branch where
a symbol was missing. This commit removes this branch.
0 commit comments