Evaluate: Use '<name>_field' syntax for field value evaluation (KT-14075)
This commit is contained in:
@@ -1881,7 +1881,7 @@ public class ExpressionCodegen extends KtVisitor<StackValue, StackValue> impleme
|
||||
}
|
||||
|
||||
@Nullable
|
||||
private ClassDescriptor getSuperCallTarget(@NotNull Call call) {
|
||||
public ClassDescriptor getSuperCallTarget(@NotNull Call call) {
|
||||
KtSuperExpression superExpression = CallResolverUtilKt.getSuperCallExpression(call);
|
||||
return superExpression == null ? null : getSuperCallLabelTarget(context, superExpression);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user