Join Slack
Powered by
Now that Java allows statements before a `super` o...
# random
e
Edoardo Luppi
01/26/2024, 11:18 AM
Now that Java allows statements before a
super
or
this
call, will Kotlin follow? 👀
âž• 2
a
Adam S
01/26/2024, 3:31 PM
do you have an example of what how you'd like to use that in Kotlin?
e
ephemient
02/12/2024, 9:01 AM
same as Java,
https://blog.jetbrains.com/idea/2024/02/constructor-makeover-in-java-22/
ephemient
02/12/2024, 9:01 AM
would be useful for validation and argument transformation
ephemient
02/12/2024, 9:02 AM
and it is only a language change, works on all JVM bytecode versions
4
Views
Open in Slack
Previous
Next