SOLL icon indicating copy to clipboard operation
SOLL copied to clipboard

implement specified type for 0.8.6

Open jacky860226 opened this issue 4 years ago • 0 comments

let x := and("abc":uint32, add(3:uint256, 2:uint256))
{
    let zero:uint32 := 0:uint32
    let v:uint256, t:uint32 := f()
    let x, y := g()
}

jacky860226 avatar Jul 15 '21 14:07 jacky860226