9cf1d36e5e
Before this commit, we allowed access to outer class type parameters during resolve of type parameter bounds of a nested class. In fact, outer type parameters are accessible in this situation only if it's an inner class (or a local class). This commit forbids such a usage. In the earlier fix of KT-57209 the same was done for regular type reference resolve. #KT-61459 Fixed #KT-61959 Fixed