With new RC build, we have problem using object cl...
# eap
s
With new RC build, we have problem using object classes with inline class when they are called from Java classes. Apparently, methods in object class gets some sort of hash
getAPP_ENTRY_8z4Jxt8
,compiler fails to find
getAPP_ENTRY
from java code. This only happens when return type is inline class. What could be root cause?
It was working with M3
l
Can you reproduce the bug in a simple project?
s
I am trying that at the moment. That is next step after work 😄
Okey it happens with if return type is inline class
I have a repo
l
I'd think it's intended behavior
1
s
Is creating random method name intended? I will open ticket soon. They can ignore if it is intended.