Open LemonNekoGH opened 1 year ago
pub contract Example { pub fun example(): &Int { let i = 10 return &let as &Int } }
The type &Int should convert to *big.Int, but now the tool will find where is a struct named &Int
&Int
*big.Int
The type
&Int
should convert to*big.Int
, but now the tool will find where is a struct named&Int