-
Notifications
You must be signed in to change notification settings - Fork 25
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
[CLOSED] LDC instruction with String constant #23
Comments
Comment by jeff-aion (on Monday May 14, 2018 at 14:27 GMT) We can't change the type instantiated by the JVM when loading the class but we do still want to limit access to these "real" types, within the contract code. |
Comment by romaion (on Monday May 14, 2018 at 14:33 GMT) Note that 'foo' code below compiles to ldc as well.
void foo(); |
Comment by jeff-aion (on Monday May 14, 2018 at 14:45 GMT) Yes, that is another case where we probably want to wrap it with our shadow |
Comment by jeff-aion (on Monday May 14, 2018 at 15:29 GMT) Reading through the documentation for MethodType (seems to be used with |
Issue created by yulongaion (on Friday May 11, 2018 at 20:19 GMT)
TODO: apply type shadowing for the reference type
The text was updated successfully, but these errors were encountered: