We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In GST syntax code like this can be written.
Object subclass: ABC [ <callMyFunction: 3>
ABC class >> callMyFunction: aNr [] ]
the 'init' is not shown anywhere, it doesn't appear to be possible to create such init code with shampoo.
The text was updated successfully, but these errors were encountered:
Hello Holger,
'init' is not shown here too, btw. :)
Sorry, something went wrong.
Holger,
Just tested on the git snapshot. Sockets package' AbstractSocketImpl>>accept:peer:addrLen: has pragmas and is displayed well.
sigh I am missing something in the above and I don't remember what. Maybe I wondered about:
GSM48FixedSizeIE subclass: GSM48SimpleTag [ <gsmIeMask: 16rF0> <gsmValueLength: 0> ]
please close the ticket. :)
dmatveev
No branches or pull requests
In GST syntax code like this can be written.
Object subclass: ABC [
<callMyFunction: 3>
ABC class >> callMyFunction: aNr []
]
the 'init' is not shown anywhere, it doesn't appear to be possible to create such init code with shampoo.
The text was updated successfully, but these errors were encountered: