Skip to content

Commit b84a97d

Browse files
author
Owen Jones
committed
Rename convert to convert_with_precedence
It is bad style to have an interface method the same name as an internal method with a different signature. Then on overriding one of these methods the compiler only finds the overloaded one with the wrong signature, doesn't look up the base class and fails. We fix this problem by renaming the protected method. This simplifies the code in all derived classes. # Conflicts: # src/java_bytecode/expr2java.h
1 parent f22a696 commit b84a97d

File tree

6 files changed

+73
-101
lines changed

6 files changed

+73
-101
lines changed

0 commit comments

Comments
 (0)