WAI
Status Update
Comments
ri...@google.com <ri...@google.com>
ri...@google.com <ri...@google.com> #2
SFDC cases associated with this issue have been notified.
No update yet.
SFDC cases associated with this issue have been notified.
Description
Versions
Description
We encountered an issue while running the following test case. When processing the test case with R8, the final output shows that the return value of getClass is Impl1. However, according to the actual logic of the source code, the program should return Impl2. When processed with D8 or executed directly with the JVM, the program returns Impl2 as expected. The test case is a simplified result of our efforts. Is this an abnormal behavior of R8?
Step to Reproduce
D8 & JVM result
R8 result
Testcase Source Code
rules.pro