You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiler will warn about the following code, but crytic-compile fails before it logs the compiler warning. Now, users will see the compiler warning of invalid syntax instead of an encoding error.
```contract C {
string s = unicode"�";
}```
0 commit comments