Minor, fix ExtensionReceiver#toString
This commit is contained in:
+1
-1
@@ -37,6 +37,6 @@ public class ExtensionReceiver extends AbstractReceiverValue implements ThisRece
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getType() + "Ext{" + descriptor + "}";
|
||||
return getType() + ": Ext {" + descriptor + "}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user