https://kotlinlang.org logo
#announcements
Title
# announcements
a

apatrida

06/02/2017, 2:30 PM
It is inline, and Java does not inline at compile time no?
l

lovis

06/02/2017, 2:33 PM
apatrida: thanks! removing
reified
fixes the issue, but the reason is probably that
inline
is ignored then since it has no effect.
k

kevinmost

06/02/2017, 2:34 PM
yeah,
inline
doesn't do anything when calling from Java since Java can't inline method calls
2 Views