https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
b

basher

03/12/2019, 4:37 PM
I have a sealed class, and as soon as I made it internal, I got these warnings when linking the test executable that tests the inline functions of that class:
Copy code
warning: inliner failed to obtain function declaration: <package>.<class>.<function>
Has anyone run into this before?
I could post in #general, but this is an MPP project, and I have no instinct as to whether this is a general issue or not
b

basher

03/12/2019, 5:00 PM
interesting. thanks!