Use explicit paths for function arguments in Java
authorMatt Corallo <git@bluematt.me>
Sat, 7 Aug 2021 22:24:22 +0000 (22:24 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 9 Aug 2021 05:53:31 +0000 (05:53 +0000)
commit48908aa4bff44de4a5a7894c8f1ffc1b25a5d8d9
tree75e4caa24a0a7affb32f4520a363e939edc9c9cd
parent1ed75665c2ddbffab5da978648872d3d63ff8852
Use explicit paths for function arguments in Java

When we have an enum with a variant named the same as a struct we
need to specify a full concrete path when referring to it. The
simplest approach is to just use full concrete paths for all
function arguments, which we do here.
java_strings.py