Fixed
Status Update
Comments
as...@google.com <as...@google.com>
li...@gmail.com <li...@gmail.com> #3
Is it known - will there be a backport in 2.0.*?
as...@google.com <as...@google.com> #4
Yes, it is cherry-picked to 2.0.20
cj...@gmail.com <cj...@gmail.com> #5
So this unfixed the fix that enabled default arguments? :(
as...@google.com <as...@google.com> #6
The default args are still enabled for abstract
functions, open
functions need additional work to allow backwards compatibility.
cj...@gmail.com <cj...@gmail.com> #7
Perfect, thanks for clarifying! Abstract functions support is good enough for most use cases I believe :pray:
Description
Reproduce
I made a Reproduction Sample:https://github.com/LionZXY/Kotlin220Bug
Steps repoduce:
Actual Behavior: Crash in runtime
Expected Behavior: No crashing
If you change the Kotlin version here to
2.0.10
(or2.0.20-Beta1
), the problem goes awayStack trace (if applicable):