Rename: this object, receiver argument -> dispatch receiver, extension receiver
This commit is contained in:
@@ -42,15 +42,15 @@ public final class InvokeConventionTest extends AbstractExpressionTest {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testInvokeWithReceiverArgument() throws Exception {
|
||||
public void testInvokeWithExtensionReceiver() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testInvokeWithThisObject() throws Exception {
|
||||
public void testInvokeWithDispatchReceiver() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testInvokeWithThisObjectAndReceiver() throws Exception {
|
||||
public void testInvokeWithDispatchAndExtensionReceivers() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user