5d4f51d9b6
- calls must be prohibited iff they refer to some additonal built in member - override must be prohibited iff all of the overridden descriptors are additional Other usages were able to be successfully compiled by 1.0.x Solution with @Deprecated(level=Error) doesn't work properly, because deprecation propagates to overridden, thus call 'java.util.ArrayList<String>().stream()' becomes invalid, while it was correct in 1.0.x #KT-15794 Fixed