Minor: formatting
This commit is contained in:
@@ -2527,8 +2527,7 @@ public class ExpressionCodegen extends KtVisitor<StackValue, StackValue> impleme
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (receiverDescriptor instanceof ScriptDescriptor) {
|
else if (receiverDescriptor instanceof ScriptDescriptor) {
|
||||||
return generateScriptReceiver
|
return generateScriptReceiver((ScriptDescriptor) receiverDescriptor);
|
||||||
((ScriptDescriptor) receiverDescriptor);
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return StackValue.thisOrOuter(this, receiverDescriptor, isSuper,
|
return StackValue.thisOrOuter(this, receiverDescriptor, isSuper,
|
||||||
|
|||||||
Reference in New Issue
Block a user