if a currently experimental annotation becomes no ...
# getting-started
w
if a currently experimental annotation becomes no longer required in the future - will there be a compiler warning telling us that we no longer need to opt in? Looking at
kotlin.contracts.ExperimentalContracts
specifically
i
Yes, we have such feature planned, only in a form of IDE inspection for now: https://youtrack.jetbrains.com/issue/KTIJ-12437
w
thank you 🙂