fb60f4ad8f
This fixes the exception in the case described in KT-14094 because we no longer try to load annotations on functions which cannot be annotated with @PlatformDependent. (However, the underlying problem in KT-14094 is not fixed by this, and is still reproducible on explicit call to KCallable.annotations.) #KT-14094 In Progress