Skip to content

Conversation

@JSMonk
Copy link
Contributor

@JSMonk JSMonk commented Dec 21, 2023

I found the problem you had with the local lambda creation.
You used +expr, so, every node was added at least twice, and while the KLIB deserializer tried to create a function, it meat two variants of function that refer to the same symbol (this is an illegal state of the IR in Kotlin).
I've fixed all the things, so it compiles both for JVM and JS

@ForteScarlet
Copy link
Owner

Wow! Awesome! Thank you, I'll try again from my local and get back to you with a reply from YouTrack!

@ForteScarlet ForteScarlet merged commit 15b78c3 into ForteScarlet:KT-53993-1921 Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants