Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print.R6 should display methods with () in different place #173

Closed
wch opened this issue Nov 28, 2018 · 1 comment
Closed

print.R6 should display methods with () in different place #173

wch opened this issue Nov 28, 2018 · 1 comment

Comments

@wch
Copy link
Member

wch commented Nov 28, 2018

This is what it currently prints:

<WebServer>
  Inherits from: <Server>
  Public:
    getHost: function () 

It should be:

<WebServer>
  Inherits from: <Server>
  Public:
    getHost(): function
@hadley
Copy link
Member

hadley commented Apr 3, 2020

Duplicate of #127

@hadley hadley marked this as a duplicate of #127 Apr 3, 2020
@hadley hadley closed this as completed Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants