It is inline, and Java does not inline at compile ...
# announcements
a
It is inline, and Java does not inline at compile time no?
l
apatrida: thanks! removing
reified
fixes the issue, but the reason is probably that
inline
is ignored then since it has no effect.
k
yeah,
inline
doesn't do anything when calling from Java since Java can't inline method calls