I’m curious if anyone has ran into this bug. It’s ...
# compose
z
I’m curious if anyone has ran into this bug. It’s pretty weird, but it’s consistent: https://issuetracker.google.com/issues/172268023
It seems to be related to stability (or the lack thereof), and I saw that @Leland Richardson [G] merged his “Infer stability” CL the other day, so I wonder if this will soon be a lot harder to reproduce.
l
that CL shouldn’t make it much harder to make a type not stable. just tack a backing field on it and you’re done
👍 1
but this looks like a strange bug
i’ve assigned it to me. will take a look at it when i get a chance. thanks for the very detailed repro steps
z
awesome, thanks!
l
what is the actual exception that occurs?
z
oops, sorry. posted the full message and stacktrace on the issue
l
the stacktrace makes me think not a compiler / stable related problem. responded to the issue.
z
yea, seems like a layout thing. thanks for assigning!