What happened to the quick fix for `No actual for ...
# intellij
i
What happened to the quick fix for
No actual for expect class decleration
? it used to always be there but now i don’t see it anymore
Ok i think it’s because the expect actual class is an experimental feature, which i enabled in my build file, for expect funs and vals, the quick fix does appear
e
It's still a strange behavior to have inspections and quick fixes tied to compiler flags (minus for features tied to LV). I'd expect them to run regardless and have errors or warnings applied to the code.
1
a
Looks like https://youtrack.jetbrains.com/issue/KTIJ-32214/K2.-Add-intention-Add-missing-actual-declarations-for-classes. It's fixed in master, we are going to backport to 251 branch after some testing. In the worst case would be available in 2025.1.2
gratitude thank you 1