mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Introduce RightArrow (->) token in the scanner
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ contract C {
|
||||
|
||||
function asmfun(a, b, c) -> x, y, z {
|
||||
x := g(a)
|
||||
function g(r) - > s {
|
||||
function g(r) -> s {
|
||||
s := mul(r, r)
|
||||
}
|
||||
y := g(b)
|
||||
|
||||
Reference in New Issue
Block a user