|
|
|
|
|
by mnarayan01
3376 days ago
|
|
It seems like this is simply a disassembler error (albeit an understandable one). Am I missing something? Edit: Based on the responses below, I guess the point is that the disassembler can't generate Java code that will "naively" (wrong word, but I can't think of a better one) generate the same output. Notable (I assume) in that name munging would be problematic outside the current compilation unit. |
|