I'm pretty sure you can completely work around it ...
# announcements
k
I'm pretty sure you can completely work around it if your method has at least one parameter, eg. do something like this:
super(a.also { \\random code that's executed before super })
which makes the limitation even more pointless.