Why isn’t there a common “Throws” annotation?
As I see it correctly, Kotlin/Native has a Throws and Kotlin/JVM has Throws. Only the JS world don’t have it. But this could be a simply annotation which simply does nothing, right?
Or are there any other concerns why it should not be available in common?