2020-05-31 03:08:37 +00:00
|
|
|
|
Warning: Statement has no effect.
|
2021-08-05 15:14:16 +00:00
|
|
|
|
--> message_format_utf8/input.sol:5:51:
|
2020-05-31 03:08:37 +00:00
|
|
|
|
|
|
2021-08-05 15:14:16 +00:00
|
|
|
|
5 | /* ©©©©ᄅ©©©©© 2017 */ constructor () { unicode"©©©©ᄅ©©©©©" ; }
|
2020-07-13 20:11:42 +00:00
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2020-05-31 03:08:37 +00:00
|
|
|
|
|
|
|
|
|
Warning: Statement has no effect.
|
2021-08-05 15:14:16 +00:00
|
|
|
|
--> message_format_utf8/input.sol:9:25:
|
2020-05-31 03:08:37 +00:00
|
|
|
|
|
|
2021-08-05 15:14:16 +00:00
|
|
|
|
9 | unicode"S = π × r²";
|
2020-07-13 20:11:42 +00:00
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2020-05-31 03:08:37 +00:00
|
|
|
|
|
|
|
|
|
Warning: Statement has no effect.
|
2021-08-05 15:14:16 +00:00
|
|
|
|
--> message_format_utf8/input.sol:10:39:
|
|
|
|
|
|
|
|
|
|
|
10 | /* ₀₁₂₃₄⁵⁶⁷⁸⁹ */ unicode"∑ 1/n! ≈ 2.7"; // tabs in-between
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2020-05-31 03:08:37 +00:00
|
|
|
|
|
|
|
|
|
Warning: Statement has no effect.
|
2021-08-05 15:14:16 +00:00
|
|
|
|
--> message_format_utf8/input.sol:11:30:
|
|
|
|
|
|
|
|
|
|
|
11 | /* Ŀŏŗėɯ ïƥŝʉɱ */ unicode"μὴ χεῖρον βέλτιστον"; // tabs in-between and inside
|
|
|
|
|
| ^^^^^^^^^^ ^^^^^^ ^^^^^^^^^^
|
2020-05-31 03:08:37 +00:00
|
|
|
|
|
|
|
|
|
Warning: Function state mutability can be restricted to pure
|
2021-08-05 15:14:16 +00:00
|
|
|
|
--> message_format_utf8/input.sol:15:2:
|
2020-05-31 03:08:37 +00:00
|
|
|
|
|
|
2021-08-05 15:14:16 +00:00
|
|
|
|
15 | function selector() public returns(uint) { // starts with tab
|
2020-05-31 03:08:37 +00:00
|
|
|
|
| ^ (Relevant source part starts here and spans across multiple lines).
|